A
adityagaddam90
I am a student studying in college this is my first year and i am
taking Computer Science as my Major but i am having a hard time with
my course. I have no idea of whats going on in class so if any 1 knows
anything about this things i have to do please help me out.
the professor gave us this to do and i am having some trouble with
this so plz help me out on what to do here.
Part I
Write a program that prints the following pattern:
*
***
*****
*******
*****
***
*
Part II
To make a profit a local store marks up the prices of its items by
25%. Write a Java program that declares the following variables:
1. a double variable named percent_markedup
2. a double variable named original_price
3. a double variable named sales_tax_rate
In your program be sure to assign a value to each of the variables 1-3
above. Use initialization for 1 and 2 and for 3.
Using the information from above, the program should then output:
1. the original price of the item
2. the marked-up percentage of the item (original price times percent
of markup)
3. the store's selling price of the item
4. the sales tax rate
5. the sales tax
6. the final price of the item (the final price of the item is the
selling price plus the sales tax)
can u send me an email or using this to communicate. My email is
(e-mail address removed). thx a lot
taking Computer Science as my Major but i am having a hard time with
my course. I have no idea of whats going on in class so if any 1 knows
anything about this things i have to do please help me out.
the professor gave us this to do and i am having some trouble with
this so plz help me out on what to do here.
Part I
Write a program that prints the following pattern:
*
***
*****
*******
*****
***
*
Part II
To make a profit a local store marks up the prices of its items by
25%. Write a Java program that declares the following variables:
1. a double variable named percent_markedup
2. a double variable named original_price
3. a double variable named sales_tax_rate
In your program be sure to assign a value to each of the variables 1-3
above. Use initialization for 1 and 2 and for 3.
Using the information from above, the program should then output:
1. the original price of the item
2. the marked-up percentage of the item (original price times percent
of markup)
3. the store's selling price of the item
4. the sales tax rate
5. the sales tax
6. the final price of the item (the final price of the item is the
selling price plus the sales tax)
can u send me an email or using this to communicate. My email is
(e-mail address removed). thx a lot