C++ program to define an enumerator color with various names of color as its members,read an integer from user and display color name corresponding to an integer.
Codes: OUTPUTS: enter the color number = 2 the color is green guys !!
C++ program to find the products of two number asked by the user.
Codes: OUTPUTS: Enter any two numbers: 2 3 multiply=6
C++ program to display message “welcome to c++ programming language”
Codes: OUTPUTS: welcome to c++ programming language.