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.

Is C++ better than C,it’s compatibility & history?
Introductions: C++ is a statically typed, free form, multiparadigm, compiled general-purpose programming language developed by Bjarne stroustrup at Bell Labs in 1979. It is the extension to C…