- 2
Can you give me an example of this "if the sum of the three given digits is divisible by 2 or not."?
Write an algorithm: 1.To input a number of integers n and get the sum. To construct, use loop statement. 2.For given 3 digits, apply the rule that if the sum of the three given digits is divisible by 2 or not.
1 Réponse
+ 1
Attempts?