workout?
public class Main {
public static void main(String[] args) {
int a=7,b=6,c=2;
int s= a++/c-- * ++b%++c;
System.out.println(s);
}
}
Answers
Answered by
1
Answer:
Thanks for free points
Explanation:
And follow me
Similar questions