Posts Tagged ‘11060’
Assume that the variables gpa , deansList and studentName , have been declared and initialized . Write a statement that both adds 1 to deansList and prints studentName to standard out if gpa exceeds 3.5.
LANGUAGE: C++ CHALLENGE: Assume that the variables gpa , deansList and studentName , have been declared and initialized . Write a statement that both adds 1 to deansList and prints studentName to standard out if gpa exceeds 3.5.
Read More