Can any one help me ( jcreator )
Program 1: Write a Program to print your Student details. Declare 3 variables:
1.Your name( use String data type)
2.Student number( use String data type)
3.University( use String data type)
The output should look like this
•Student Name: Joe Francis
•Student Number: BH0350031
•University: AMA University
Program 2: Write a program that declares the following variables:
1.the first name of a friend(use variable “name”)
2.a favorite Color, (use variable “color”)
3.a favorite food, (use variable “food”
4.a favorite animal (use variable “animal”)
Then print the following.
I had a dream that name ate a color animal and said it tasted like food.
Program 3: Write a Program to print your Account details.
Declare 3 variables
1.Account name(use String data type, i.e. Savings or Current)
2.Your name (use String data type)
3.Balance (use int data type)
The output should look like this
Account Name: Savings
Name: Mohammed
Balance: 2500
Program 4: Write a java program to find the sum of two given numbers and to display the output.[/LEFT][/LEFT][/LEFT]