Home > Back-end >  Java for bosses about the problem
Java for bosses about the problem

Time:01-04

If you have a double a, b, c I type groups a, b is multiplied by the value of the corresponding c, how to make it?
Such as input: a, b
4 6
8 to 14
6 and 9
Output: c1
C2
C3
Use a for loop to make it automatically calculate then define c=multiplication results?
  • Related