0
Is there any java or html code that read the answer of the calculation such as 2+2=4
22 odpowiedzi
0
That's fine.
+ 11
More elaboration needed. What do you mean by 'read the answer'? What are you trying to achieve?
+ 2
@avadesh you want to read the calculated answer right ? then from java
int x= 2 ;
sum = x+x ;
System.out.println(sum);
+ 2
did you got your answer ? @Acadesh ?
+ 1
it should read the calculated answer
+ 1
Java
X = 2 ;
System.out.println(X+ "+"+ X +"="+(X+X)); //to print
+ 1
okay 😊
+ 1
no problem =) @avadesh sorry couldn't help to get what you wanted
+ 1
What do you mean by ""read the answer"
Do you want to store the output of a sum in a program or collect an answer from a specific sauce. Or are you talking about reading from a page?
0
yes read the answer
0
still not will try tomorrow @nadz
0
thanx for answering @nadz and @hatsyrei
0
it's okay
0
it should read the calculated value i.e the answer we get should be in audio @joshmizzi
0
OK, so you want text to speech.
0
yes@joshmizzi
0
I would imagine so. I don't know but I will reaserch it and post any links I find. 😃
0
ok thanks @joshmizzi
0
To clarify do you mean Java or Javascript? There is a difference.