#include <iostream>
using namespace std;
main ()
{
cout<<"Welcome to the World of C++"<<endl;
cout<<"Hello";
}
//Java Program to count the total number of characters in a string import java.util.*; public class CountChars { public static void mai...
No comments:
Post a Comment