A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessiontmc6lfspdci4caf7o9snr0s466dron1c): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Fizz Buzz in C++ | dtakyar30
Coders Packet

Fizz Buzz in C++

By deepali takyar

It is a fun game in which users can input a number and Fizz Buzz is printed in a unique way.

FIZZ BUZZ IN C++

Fizz Buzz is a Small Fun Game in which a user can input a number.

Code has a method in which it goes until the entered number by the user.

Then it performs a unique way of calculating by using basic concepts of C++ such as loops and conditional statements. 

 

1. If the counter is divisible by 3 it prints Fizz.

2. If the counter is divisible by 5 it prints Buzz.

3. If the counter is divisible by both 3 and 5, then it prints FizzBuzz. 

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by deepali takyar (dtakyar30)

Download packets of source code on Coders Packet