Can anyone help? For AP computer science. Recommend websites or practice problems please. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can anyone help? For AP computer science. Recommend websites or practice problems please.

int x=7; int y=4; int z=2; double a=8.0; double b=2.5; double c=3.5; x+y*z is _____ (int)b is_____ (double)x/z is___ (int)c is___ x/y is____ a/z is____ x%y is___ (double)(y/x)+z is___ x=(int)c; x is___ a=a*z a is___ (int)(a/z)/x

4th Aug 2018, 5:03 AM
Abraham
Abraham - avatar
1 Antwort