- Feb 8, 2011
- 3,969
- 340
edit
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thanks working on it right now.Just google it . U will find similar code and just tweak it till it works for u . In b4 lock

You should try www.stackoverflow.com or other websites dedicated more towards programming. I graduated wi/ a computer Science degree this past spring & it never crossed my mind to post on NT for stuff like this. Just saying.

possiblyGraduated with a computer science degree in 2013. My primary language was Java. I could have it done in less than an hour.
Are you going to make it worth my time?
and these are basic codes so I know it shouldn't take long but I honestly can't keep up with summer semester courses being an online course as well. So basically all info is self taught, and thats something I struggle with. I need to be in class learning rather than trying to watch tutorial videos or listening to audio lectures. 
The first step is to admit you have a problem![]()
Let me boot up my laptop I got you.
I'm doing well in my web development class though
the parts that stumps me in Java are the algorithms.
I'm tryna learn this ****.
I hope you looked out for @Yeah since he did your code for you. A place like stackoverflow would have
flamed you to death, and never answered your question and did your work.

..smfh
when i made the thread it was around 12:30 pm in atl and I just got off of work around 10:30. I k.o.d shortly after.
I'm not planning to be. This was a required class thats part of the computer science major. I am an IT major and prefer working more with html.OP if software development is going to be your career then you would have been better off learning how to do it yourself. This is a second or third assignment type program.
OP if software development is going to be your career then you would have been better off learning how to do it yourself. This is a second or third assignment type program.
I really struggled when I first started coding using Javascript ( :x ). I definitely needed help for algorithms of this difficulty and even easier. Man, I wanna learn Java to build Android apps but that ish is low key confusing. Maybe in the future, |I

package helping******;
import java.util.Scanner;
class JOptionPane
{
public static void main(String[] args)
{
Scanner user_input = new Scanner( System.in );
String make;
System.out.print("What type of automobile do you own?" + "\n" );
//asking user make of car
make = user_input.next( );
//storing input in string
//System.out.println(make); 0)
{
totalPrice = totalPrice + (totalPrice*.05);
System.out.println("An import tax of 5% will be added to your total.");
}
System.out.println("Your total price will be $" + totalPrice + ". Thank you, and have a wonderful day!");
}
}
