question about loopswhat does the /*number*/ mean?
question about loopsI have an assignment that I need to take a number divide it by 2 till it reaches 0, but the assignme...
if else statement questionive done everything and it seems like my program is correct, but can someone copy it and run it and ...
if else statement questionI'm using getline, but i get an error that states invalid conversion from 'void*' to 'char*' to 'siz...
if else statement questionthe full code is here: [code] # include <iostream> using namespace std; int main(){ int grade; ...