Sie sind auf Seite 1von 3

------------------------------------------------------------------------This is the PROJECT README file. Here, you should describe your project.

Tell the reader (someone who knows anything about this project) all he/she/it needs to know. The comments should usually include at least: -----------------------------------------------------------------------PROJECT TITLE: PURPOSE OF PROJECT:TIME PASS VERSION or DATE:3.0.4 HOW TO START THIS PROJECT:As You Like It! AUTHOR: USER INSTRUCTIONS: DO: http://www.javabeginner.com/java-swing/java-swing-tutorial ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ############################################################# Program List: ~Write a program to print welcome. ~Write a program to display name, standard, division, school & blood group on di fferent lines. ~Write a program to calculate & display area & circumference of a circle whose d iameter is 5.5cm. ~Write a program to calculate & display area & perimeter of a rectangle whose l= 15cm & b=12cm. ~Write a program to calculate & display net salary & gross salary of an employee whose BasicSalary is Rs.15000,where DA=20% of salary ,HRA=10% of salary,PF=32% of salary And NetSalary=basicSalary+DA+HRA; Gross=Net-PF. ~Write a program to calculate & display the sum, difference, product, qoutient & remainder of two nos. 35 & 55. ~Write a program to check & display whether an accepted no. is +ve or -ve. ~Write a program to accept the cost price and selling price of an article, and c alculate and print its profit or loss percentage. ~Write a program to accept marks in 5 different subjects and find average & sum; if average>40%, display "Promoted" or else display "Promotion Not Granted". ~Write a program to accept the sides of a triangle and find if the triangle is s calene, isosceles or equilateral. ~Write a program to accept two nos. using InputStreamReader and find their sum. ~Write a program to accept the name, age and nationality of a person, and if age>=18 &nationality is <i> or <I>(Indian), display the person is eli gible to vote. ~Write a program to accept a sum of money and calculate interest & amount if the interest rate is 5%, 8%, 10% for the three years. ~Write a program to accept a sum of money and check & display which:(30% or two succesive discounts of 10% & 20%) is a better deal. ~Write a program to accept the no. of calls and calculate the bill if: No. of Calls Rate Per Call 0-200 Free next 150 Re. 1 next 200 Rs. 1.50 550Rs.2 ~Write a program to accept the no. of days a book is late & calculate the fine i f: Days Charge 0-5 40p 6-10 65p 1080p ~Write a program using Switch Case to accept two numbers from the user. Also acc

ept a choice from the user about the operation to perform where 1-Sum,2-Difference,3-Product,4-Quotient,5-Remaind er. ~Write a program using Switch Case to calculate the area of a square, rectangle or a circle taking necessary inputs. ~Write a program to display all natural numbers till 100. ~Write a program to display sum of all odd natural number till 25. ~Write a program to display sum of all natural numbers upto 50. ~Write a program to accept a number n from the user and calculate the sum of squ ares of all integers upto n. ~Write a program to print the sum of 2/7-5/11+8/15-11/19+... upto n terms. ~Write a program to print the sum of (1*2)/(1+2)+(2*3)/(2+3)+(3*4)/(3+4)+... upt o n terms. ~Write a program to print the sum of (a-1)/(a+10)+(a-2)/(a+9)+(a-3)/(a+8)+...(a10)/(a+1). ~Write a program to print the sum of a+a/2!+a/3!+a/4!+... upto n terms. ~Write a program to print the sum of a/2!-a/3!+a/4!-a/5!+...+a/20!. ~Write a program to print the following pattern: 1 21 321 4321 54321 ~Write a program to print first 25 natural numbers using a Do-While loop. ~Write a program to accept a natural number and check if it is a Palindrome numb er. ~Write a program to accept a natural number and check if it is an ArmStrong numb er. ~Write a program to accept a number containing 3 or more digits. Count and displ ay the digits present at even positions. ~Write a program to accept a String and print it in the reverse order. ~Write a program to accept a String and check if the entered String is a Palindr ome String or not. ~Write a program to accept a String and display the number of vowels present in the String. ~Write a program to accept a String and print the ASCII code of each character. ~Write a program to accept a String and print number of Upper case, Lower case a nd numerical characters present in the String. ~Write a program to accept a String and find the frequency of a character entere d by the user in the String. ~Write a program to accept a String and find frequency of each character present in the String. ~Write a program to accept a String and display all the words of the String on d ifferent lines. ~Write a program to accept a String and frame a new word by adding the first cha racters of all the words in the String. ~Write a program to accept a String and print the largest word in the String. ~Write a program to accept a String and print all the Palindrome words of the St ring. ~~~~~Write a program to accept a String and arrange all the words in descending order of their lengths; same-length words should be arranged alphabetically. ~Write a program to accept a String and print the character that occurs maximum number of times. ~Write a program to accept a String and print the word containing maximum number of vowels. ~Write a program to accept a String in mixed case and print the frequency of vow els in each word along with each word. ~Write a program to accept a number and check if it is a Magic number or not.<Su m of Digits = 1>

~Write a program to accept a number and check if it is a Special number or not.< Sum of Factors = the number itself> ~Write a program to accept 10 numbers and store them in a SDA. Display them on s eparate lines. ~Write a program to accept 10 numbers in a SDA and find their sum. ~Write a program to accept 20 numbers in a SDA and display only those that are P rime. ~Write a program to accept 10 numbers in a SDA and search for an element entered by the user. ~Write a program to accept 10 Strings in a SDA and search for a String entered b y the user and if found, display its position. ~Write a program to accept 10 numbers in a SDA and search for an element entered by the user and print its frequency in the array. ~Write a program to accept 10 names in a SDA and display those names that begin and end with a vowel. ~Write a program to accept 10 Strings in a SDA and display those that begin with an 'a' or 'A'. ~Write a program to accept 10 names, alongwith the respective telephone numbers in 2 SDAs and search for a name in the array. If found, display the name alongwith the respective telephone number. ~Write a program to accept 10 numbers in a SDA and display sum of even and odd n umbers separately. ~Write a program to sort a SDA of 10 numbers in the ascending order using SEQUEN TIAL SORT. ~Write a program to accept 10 Strings in a SDA and arrange them in the descendin g order using Sequential Sort. ~Write a program to accept a String, store the characters in a SDA & arrange the m in the descending order and display the new word. ~Write a program to accept 10 numbers in a SDA and display all the numbers that are consecutive.

Das könnte Ihnen auch gefallen