c program to check even/odd number through if-else(conditional statement) Get link Facebook X Pinterest Email Other Apps - December 01, 2017 Get link Facebook X Pinterest Email Other Apps Comments
C++ Program to print any Matter' - September 14, 2018 #include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"Hello Future Programmers.."; getch(); } In c++, "cout" is used to display output.. Read more
Change Background color of HTML file - May 05, 2021 <html> <head> <title> background color </title> </head> <body bgcolor="coral"> <h1> Hello There </h1> </body> </html> My Youtube Channel Read more
Comments
Post a Comment