using c++ put the letters next to the correct answer 1. Given the following decl
ID: 3874778 • Letter: U
Question
using c++ put the letters next to the correct answer
1. Given the following declaration of an obbject, describe: double x=1.23;
The objects name. A. =(assighnment)
the objects value B. double
The operation that maybe applies C. x
The objects class or tyoe D. 1.23
2. Match the following items to the correct definition or comment about the item
Double A. Stores a sequence of characters
String B. Stores one whoe number, such as 88
int C. Stores numbers with a decimal point such as 88.5
char D. Stores one letter or space or other single keyboard symbol
Explanation / Answer
Answer 1:
===========
The objects name ======> C. x
the objects value =======> D. 1.23
The operation that maybe applies ========> A. =(assighnment)
The objects class or type ========> B. double
Answer 2:
=========
Double =========>C. Stores numbers with a decimal point such as 88.5
String =========>A. Stores a sequence of characters
int ===========>B. Stores one whoe number, such as 88
char============>D. Stores one letter or space or other single keyboard symbol
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.