#include <iostream> using namespace std; int main(int argc, char *argv[]) { cout<<"subject " <<"\tmarks"<<"\nmathematic\t" <<90<<"\ncomputer\t"<<77<<"\nchemistry\t"<<69; return 0; }
No comments:
Post a Comment