Help with program 1 Answer(s) 5 years and 3 months ago
Posted in : Java Beginners
Simple Java Program
View Answers
February 23, 2009 at 1:04 AM
// Defining class Stars.java to print stars in certain order class Stars{// main() function public static void main(String[] args){ int a = 1, b = 5, c, d, i; // declaring 5 int type variables while(a<=7){// while loop for(i=1;i<=a;i++)// for loop //Print the * System.out.print("*"); System.out.println(); // increment a by 2 a+=2; }while(b>0){// while loop for(i=1;i<=b;i++)// for loop System.out.print("*");//Print * System.out.println(); b-=2;//Decrement b by 2 }//end of loop }//end of main() }//end of class
Related Pages:
Help with this program Help with this program Write a program that would do the following:
1) Read a String from the user. The String will be the following: "My grade is x" (where x is an integer between 0-9)
2) Get the String to integer by creating
Help with this program Help with this program Write a program that would do the following:
1) Read two Strings from the user
2) The user should input two integer numbers.
3) Convert the Strings to integers by creating objects and calling
help
help pls help me to get the code of a java program
a program to perform different shapes in a menu using javaapplet
Help
Help write a program that reads an integer and check whether it is even. for example,
if your input is 25, the should be: is 25 an even number? false
if your input is 2000, the should be: is 2000 an even number?true
help program to check all above mentioned methods by invoking it. It should display... from eclipse not from word file. That program should show the results also. Also you will demonstrate your work by running your program in the lab. Also upload
help
.
Based on the above scenario, write a complete Java program. Your program should
multithreaded program help!!!!
multithreaded programhelp!!!! Write a multithreaded program that calculates various statistical values for a list of numbers. This program... value. For example, suppose your program is passed the integers
90 81 78 95 79
Need help with console program?
Need help with console program? Write a console program that repeatedly prompts the user to enter data until they type done (any case, Upper, Lower, or Mixed).
thanks in advance.
Here is an example that repeatedly
Help with a maintenance tracking program. Help with a maintenance tracking program. The Pace Trucking Company... maintenance. The trucking company would like a program to allow the user to enter.... After the program asks for the number of trucks to be entered, users will enter
C Program....PLEASE HELP
C Program....PLEASE HELP For this assignment, you are to write a program that calculates points along a rhodonea curve,
a.k.a. a mathematical rose..., and pointers.
I am lost and need a little help starting please
*int fillArray
help in java program help in java program please could you help me with my assignment
I have to submit it on Monday 29 October
please help me :(
Write a program to test the Person class defined below. Your test program should
Help with Temperature program Help with Temperature program I need help to write a GUI program to calculate the temperature. and here is the format
Application that converts temperature between 3 different scales: Fahrenheit, Celsius and Kelvin.
ΓΆβ?¬Β
help with program - Java Beginners Help with program Simple Java Program // Defining class Stars.java to print stars in certain orderclass Stars{// main() functionpublic static void main(String[] args){int a = 1, b = 5, c, d, i; // declaring 5 int type
program help - Java Beginners program help In the following code, I want to modify class figure to be an abstract class.
import java.util.*;
public class Lab_sheet5
{
static Scanner console=new Scanner(System.in);
public static void main
program
program no i want a program that shows how merge sort algorithm... in rectangles or circles wat ever it may be. the theme of program is to show algorithm... circles etc., please help in making
program
program i want help to making a project in check current date using c language
program
program i want help to making a project in check current date using c language
help needed for a program - Java Beginners help needed for a program i am having trouble understanding on what to code, so can some 1 help me out here. thanks in advance. Part I Write, compile and execute a Java program that displays the following prompts
need help with a program - Java Beginners
need help with a program Part I An algorithm describes how... by the user. The output of the program should be the length and width (entered.... First you would need to make up the "test data". For this algorithm, the test data
plz help me find a program
plz help me find a program plz help..i want a source code in jsp for order processing
Java Program HELP - Java Beginners
Java Program HELP Hi I'm having trouble with this program, i keep getting errors. Can you help me. Thanks
Write a program to create a file named "numbers.dat". Then create an algorithm that adds all even numbered integers
Java Program HELP - Java Beginners
Java Program HELP Hi I'm having trouble with this problem, I keep getting errors.
Write a program GuessGame.java that plays the game ?guess the number? as follows: Your program chooses the number to be guessed by selecting
Program
Program hey please help me ...
How can write multiple choice question paper using radio button.After submit calculate marks
and display our marks...
can any body help for me.using servlet,html
Here is a jsp test
Need help writing a console program
Need help writing a console program I need help cant seems to figure it out!
Write a program that consists of three classes. The first class will be the actual program.
The second class will simply convert a string to lower
java program help - Java Beginners
java program help sir i just want to clarify one statement that i am... incometax which we have to make a program on java
a company has employees who... ....write a program to perform this job..
Sir....how can we find income tax
beginner need help with online ordering program please
beginner need help with online ordering program please I have created a program for an online ordering system and now have to add error handling and a few other things my teacher doesn't teach well is there a template I can go
Need help in completing a complex program; Thanks a lot for your help
Need help in completing a complex program; Thanks a lot for your help Hi,
I am currently working on one program which works in this way.
1... no output. So please help me with this too.
And also, I am using Runtime function
Help me to write this simple java frame program Help me to write this simple java frame program I want to write a Java program for....
To create a frame with 4 text fields;name,street,city and pin;with suitable labels.
Also add a button "OK". After enter values
need help on writing a program. - Java Beginners
Writing first Java Program Hi, I need help to write my first Java Program other then Hello World! Thanks!! Hi Thanks for choosing roseIndia to get your query solved. check given link to see the solution of your Java
please help me for this program - Java Beginners
please help me for this program Write a program that asks the user for a starting value and an ending value and then writes all the integers (inclusive) between those two values.
Enter Start:
10
Enter End:
14
10
need help creating a lift program - Java Beginners
need help creating a lift program Classes, Methods, Constructors
please i need help to create an elevator program
Simulating an Elevator
write an Elevator class containing various methods.
Then, write a program
please help me in a java program !! - Java Beginners
please help me in a java program !! the porgram should use...://en.wikipedia.org/wiki/Kosaraju_algorithm)
there are 4 classes in my program : Vertex... and run the program"
i still need to modify the method kosaraju in the class Graph
need help with java program as soon as possible
need help with java program as soon as possible So my assignment is to write a program that used while loops to perform 6 different things.
1. prompt the users to input two integers: firstNum and secondNum (firstNum must be less
Help with opening a text file upon closing a program. Help with opening a text file upon closing a program. I need some helping in figuring out something I want to do. I have this program... that file to open whenever the user exits the program.
My code so far
Need in desperate help in writing a console program
Need in desperate help in writing a console program Write a console program that repeatedly prompts the user to enter data until they type done (any case, Upper, Lower, or Mixed). As they enter the data, assign it to a two
Need in desperate help in writing a console program
Need in desperate help in writing a console program Write a console program that repeatedly prompts the user to enter data until they type done (any case, Upper, Lower, or Mixed). As they enter the data, assign it to a two
Need in desperate help in writing a console program
Need in desperate help in writing a console program Write a console program that repeatedly prompts the user to enter data until they type done (any case, Upper, Lower, or Mixed). As they enter the data, assign it to a two
Help with an address book program! - Java Beginners Help with an address book program! I have a very long question, but please bare with me. I need help writing a program (or more like putting all the pieces together) that would represent a contact book.
Here's what I need
help pleas? -_- help pleas? -_- Write a Java program that reads from the user an integer N followed by N integers. The program then prints the product of odd integers, and, the sum of even integers
help me help me MY GLASSFISH SERVER NOT START PROPERLY help me
warning shows
DPL5404:Specification-Version for the optional package [ GNUJAXP ] in the jarfile [ C:\Program Files\Java\jdk1.7.0_02\jre\lib\ext\gnujaxp.jar
Help me Help me plz i want code of program to add real numbers and magic numbers in java
example
this input :- 5+3i-2+3i
output:- 3+6i
help in java help in java Write a program that will evaluate simple expressions... by another number. The operators that are allowed are +, -, *, and /. Your program..., and so on. The program should end when the user enters 0 as the first number
Help With Java... Help With Java... Write a java program that can take a positive integer greater than 2 as input and write out the number of times one must repeatedly divide this number by 2 before getting a value less than 2
Plz Help
Plz Help Hello Guys!! Plz. Help
I need to write a program to display the astrological sign based on your birthday for example
If we enter the date of birth in the following format from console--13/08/1990
it should give you
help me... help me... Write a program that inputs four words and them displays all possible permutations of the words. So,
for example, if the words mad, dog, bites and man are entered, then the following are output :
man bites mad dog
help me.. help me.. Write a program that inputs four words and them displays all possible permutations of the words. So,
for example, if the words mad, dog, bites and man are entered, then the following are output :
man bites mad dog
mad