C++ Float Size Code Example


Example: data types in c++

int myNum = 5;               // Integer (whole number) float myFloatNum = 5.99;     // Floating point number double myDoubleNum = 9.98;   // Floating point number char myLetter = 'D';         // Character bool myBoolean = true;       // Boolean string myText = "Hello";     // String

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy