Computer Science, asked by zindagi7978, 26 days ago

wtite a program to compute and print the number of students: .​

Answers

Answered by prajna1874
0

Answer:

ok giving the answer but I am doing this in JAVA language

Explanation:

Class ty

{

public Static void main (String args[])

{

System.out.println("The NUMBER of student's are "+ 23);

}

}

outputs:-The NUMBER of student's are 23

hope this is ok

Answered by naveednadeem13
0
#include
#include
Using namespace std;
Int main()
{
Int n;
Cout<<”enter numbers if students=”;
Cin>>n;
Cout<<”numbers of students=”<}
Similar questions