2 examples of general sequensial calcilation program with scanner class?
if it is not the answer I will re post you so pls dont ans anything for points if you dont want to be band from brainy.com
need 2 full examples with all lines of java program and brackets
Answers
Answered by
1
Answer:
Scanner class is mostly used to scan the input and read the input of primitive (built-in) data types like int, decimal, double, etc. Scanner class basically returns the tokenized input based on some delimiter pattern. Thus, in general, if you want to read the type dt, then you could use the function nextdt () to read the input.
Example 1: Any arithmetic problem relating to ADDITION, SUBTRACTION ETC
Similar questions