Saved Bookmarks
| 1. |
Discuss the following questions comprehensively: 1. As a future programmer, discuss what are the two things you must consider in declaring a variable? 2. How will you choose the appropriate data type you are going to use in declaring variable? |
|
Answer» ong>Answer: 1 headerfiles 2 by KNOWLEDGE: int for numbers float for DECIMAL nos. char for a letter DOUBLE (same as float but stores double of float |
|