write a simple c++ program to print your name

Program:-
#include<iostream.h>
int main()
{
  Cout<<"your name";
  return 0;
}

Comments

Popular posts from this blog

A simple tip claculator using python:-

Definition of HTML

Simple HTML Script for creating a form