how can I write a program (without using strings) to print the commission of a salesman using (if and else)??
Answers
Answered by
1
1) Java Program To Calculate Commission Using Standard Values
2) Taking Inputs Through Scanner Class
3) Through Command Line Arguments
4) User Define Method
5) Creating Separate Class.
Answered by
2
Answer:
Java program to calculate salesperson commission. The following program has been written in five different ways like using standard values, Taking inputs through scanner class, using command line arguments, user-defined method, creating a separate class. The following code can be used in any different manner, for salesperson, java code sales commission calculator, simple commission calculation program part 2.
Similar questions