Write a program to display name, department, class and school
Answers
Answered by
1
Answer:
#include<iostream.sh>
#include<conio.sh>
void main
{
cout(" my name is chippy ") ;
cout("Department name is computer science") ;
cout(" I am studi in 12 standard") ;
cout(" my school name is kendriya vidhyalay") ;
}
Similar questions