+ 1
Writing a C++ program
Write a C++ program that uses a class called Studentdetails to accept student name, class, student number and age and displays the inputs on the screen
1 Antwort
+ 4
In Sololearn handling Multiple Inputs in C++ is difficult
I could do this but I thinl SL accepts only one user input not two.