What is Bluej?

Flying Angel 6 years ago
What is BlueJ ? BlueJ is a Java integrated development environment...Read More

JAVA Programming

Flying Angel 6 years ago
JAVA Programming Have you heard of JAVA programming ? Have...Read More

The pension rule of a certain country states that a man receives Rs.50/- a week if he is over 65 years and an extra Rs.20/- if he is over 70 years. A woman receives Rs.45/- a week if she is over 60 years and extra Rs.25/- if she is over 65 years.WAP which takes the sex(M for male, F for female) and age of the person as input print out the amount of weekly pension they would get. If a person is below the pensionable age,a suitable message must be printed.

Flying Angel 8 years ago
import java. util.*; classPension { public static void main()...Read More

An institution has decided to admit new candidates in different streams on the following criteria: Total marks obtained Stream offered 300 and above Science 200 and above but less than 300 Commerce Below 200 but not below 75 Arts Otherwise Admission is not granted, you have to appear in a qualifying examination WAP to take input total marks obtained in an examination and pint the stream allotted

Flying Angel 8 years ago
import java.util.*; class Eligibility { public static void ...Read More
Page 1 of 51235Next
Powered by Blogger.