0
What is the problem
4 Answers
+ 2
Yasir Yagobe Ahmed
next time you create a program
make sure use comments
in the comments
write what code do
how to give input
and what should be ourput..
it make us easy to understand your problems easy......
+ 1
Yasir Yagobe Ahmed
what you want to achieve by this code
can you tell me about your output
if you want to remove error
at line 8
you write wrong spelling of
System.
second
remove comma operator b/w like 8
then do it like this
System.out.println(x+(x+y));
+ 1
line no. 8:
*System -> spelling incorrect
*unwanted coma before "y"
0
This code finds a calculation of the interval point between (2,6) and (4, 8)



