Java Program to Multiply two Floating Point Numbers
mrt481 477 28th Aug, 2022
Loading Please wait...
Description
In the above program, we have two floating-point numbers 1.5f and 2.0f stored in variables first and second respectively. Notice, we have used f after the numbers. This ensures the numbers are float, otherwise they will be assigned - type double. first and second are then multiplied using the * operator and the result is stored in a new float variable product. Finally, the result product is printed on the screen using println() function.
Recent Pastes
- Attributes used in different HTML elements:
Markup | 384 | 3 weeks ago
- C++ Program to Add Two Numbers
C++ | 7K | 1 year ago
- C++ Program to Print Number Entered by User
C++ | 4.2K | 1 year ago