+ 4
Ethan shaji
watch out the insertion and extraction operators (>> , <<) and semicolons.
cout << "Enter a number \n";
cin >> a;
+ 2
What is the problem you are facing? add details.. share code link by saving it..
No output?
Because you don't have output statements...
Print sum value after calculated..
+ 1
You are too careless in writing code:
7 lines - 5 errors. And unfinished code.
Or is it your homework to find all the mistakes? 😅
0
Write(;) after int sum=a+b
0
У тебя ошибка в операций(<<, >>) и точка с запятой (;)
https://code.sololearn.com/cJN5C8YpI5aZ/?ref=app
0
Pls help me huhuhu
Create a program that will accept elements from the user, based on the created
node structure that is display the list structure holds the following data; studID, studName,
Course, and Yr_level.