Quiz 2 Prep
Office 1:
Office 2:
Office 3:
HTML:
HTML5:
Dreamweaver:
Flash 1:
Game Flash or Flash 2:
Your quiz will be a basic game or Flash creation so there are no quiz questions.
Alice 2.0:
A+ PC Repair
Java Programming
AP Computer Science
int idNum = 758;
double wage = 10.5;
printf(“The wage for employee %d is $%.2f per hour.”,
idNum, wage);The output of the printf statement would be _____________________.253