Saved Bookmarks
| 1. |
Write down the syntax with reference to Java programming to accept an integral value 'p' through Stream Class |
|
Answer» Write down the syntax with reference to Java PROGRAMMING: To accept an INTEGRAL value 'p' through Stream class. To accept a fractional value (float) 'm' through Scanner class. To accept a CHARACTER 'd' through Stream class. To accept a fractional value 'n' in DOUBLE data TYPE through Stream class. |
|