Search
Create a class named Number.
Number
Add a Class method named addition which accepts two parameters and returns their sum.
addition
Call the addition method with 3.6 and 4.3 as parameters and display the output on the screen.
3.6
4.3