Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

What level am I on
c++cppcxxhjdyhjijslevelsnosololearnuyay
1 Vote
1 Answer
31st Jul 2017, 8:31 AM
mei
mei - avatar
Hey guys! M a new member😊 My professor in college has given the class an assignment in which we ve to use C++ to make a program which will help the society and reduce work...If u all have some ideas. Please suggest me one .. Thank-you very muchï»ż
c++
1 Vote
2 Answers
12th Jun 2016, 6:53 AM
Pragathi Bhat
Pragathi Bhat - avatar
if i text 21 it stacks. program says you are a child. you are a teenager. you are adult. how can i delete this "stack". #include <iostream> using namespace std; int main() { int age; cin>>age; if (age>=14){ cout<<"You're a Teenager"<<endl; } if (age>=18){ cout<<"You're adult"<<endl; } if (age>=0){ cout<<"You're a Child"<<endl; } else{ cout<<"Are u stupid ?"<<endl; } return 0; }
c++
0 Votes
4 Answers
18th Jul 2016, 10:34 AM
Peter MĂŒller
Peter MĂŒller - avatar
< Previous1...2728Next >
Hot today
Ai generated practices
2 Votes
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
1 Votes
Solving coding challenges
2 Votes
Changing String Variables into int in C++
0 Votes
I am new
1 Votes
Fill in the blank to declare a static variable.
0 Votes
Advertising in Sololearn
0 Votes
Programming Language
0 Votes
RUST'S FUTURE
1 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes