10 Output questions from bluej in Java
Answers
Answered by
2
Q. Write a Program to calculate charges for sending particles when the charges are as follows
For the first 1KG Rs.15.00 , For additional weight , for every 500gm or fraction thereof: Rs 8.00.
Q. A special two-digit number is such that when the sum of its digits is added to the product of its digits , the result is equal to original number.
Q. Write a Java Program to accept a month using Scanner class , and display the number of days present in that month.
Q. Write a program to display the following pattern :
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Q. Write a Program in java to obtain the first eight numbers of the following series :
1,11,111,1111………………
Similar questions