Question:

Write program using Java?

by  |  earlier

0 LIKES UnLike

Write an application that prompts the user for four values and draws corresponding bar graphs. For example, if the user entered 15, 12,9, and 4, the program would draw

******************

************

*********

****

 Tags:

   Report

2 ANSWERS


  1. for(int i=0;i<n;i++) {

    System.out.print("*");

    }

    System.out.print("\n");

    This will help you do code your java homework.


  2. Finished!

    What else you got?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.