Simple Game C++ this is a simple game making c++ use functions and if/else statement and simple cout and cin. the game make is veary easy anyone can make the game. this is my blpg and my youtube channel you can subscribe the channel and help me to faster grow my channel. i hope you all help me code #include <iostream> using namespace std; void start_game(){ char answer; int score = 1; cout<< "What is 1+1" <<endl; cout<< "(a)= 5" <<endl; cout<< "(b)= 6" <<endl; cout<< "(c)= 9" <<endl; cout<< "(d)= 2" <<endl; cout<< "choes a option " <<endl; cin>>answer; if (answer == 'd' ){ cout<< "you choes right answer" <<endl; cout<< "score::" <<score++<<endl; } else { cout<< "You choes wrong Answer" <<endl; } cout<< "Wha...
T E C H O R Z O Y T Source code is here I am a small YouTuber and a beginar programmer. So you can help to grow my channel.i have 48 subscriber please help to get 100 subscriber. So please subscribe my channel. this is my blog and you can follow the blog i am daily upload for a new blog and the latest topic rleted blog and many more. Video is here #include <iostream> using namespace std; int main(){ //created by :- T E C H O R Z O for ( int a = 1; a<101; a++){ cout<< "EDIT TEXT " <<a<<endl; } return 0; }
Comments
Post a Comment