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