Multiplication is one of the four primary arithmetic operations. ... int a = 5; int b = 10; int c = 0; c = a * b; // the variable 'c' gets a ...
確定! 回上一頁