Jump to content

Hi Everyone!

 

- First of all tommorow we will individualy make program using (switch, do-while, if and for) and explain it to the prof. on how we did it
- Basically I can explain it on my own sometimes but I need a good program to start with and for sure will blow the socks of my prof. :D

 

Thanks in Advance!

PS: we are using JCreator

CPU: Intel Core i7-4790K @ 4.0GHz | COOLING: Corsair H100i Liquid Cooler | MOTHERBOARD: ASUS Maximus VII Formula ATX | MEMORY: Corsair Vengeance Pro Series 16GB (2 x 8) DDR3-1866 | STORAGE: Intel 730 Series 480GB SSD + Seagate Barracuda 3TB HDD | PSU: Corsair AX860i 80+ Platinum | GPU: ASUS GeForce GTX 780Ti DirectCU II (2-Way SLI) | CASE: Phanteks Enthoo Luxe (Black) | DISPLAY: ASUS PB278Q 27.0" (2560 x 1440) | KEYBOARD: Razer BlackWidow Chroma | MOUSE: Razer Deathadder Chroma | SOUND: Logitech Z906 5.1 Speakers / Razer Kraken Chroma | OS: Microsoft Windows 8.1 (64-bit)

Link to comment
https://linustechtips.com/topic/213069-help-in-basic-programming/
Share on other sites

Link to post
Share on other sites

Sorry, I don't completely understand what you want? Are you looking for a decent program to program with so you can blow your prof away? It depends on what programming languages you are going to use. If it's Java I'd suggest checking out NetBeans, it's a really nice IDE which also offers support for a few other languages and is easy to work with!

// TODO: Update signature to include PC buid.

Link to post
Share on other sites

Sorry, I don't completely understand what you want? Are you looking for a decent program to program with so you can blow your prof away? It depends on what programming languages you are going to use. If it's Java I'd suggest checking out NetBeans, it's a really nice IDE which also offers support for a few other languages and is easy to work with!

Generally, we have to make a problem and solve it using switch, do-while, if and for statements

CPU: Intel Core i7-4790K @ 4.0GHz | COOLING: Corsair H100i Liquid Cooler | MOTHERBOARD: ASUS Maximus VII Formula ATX | MEMORY: Corsair Vengeance Pro Series 16GB (2 x 8) DDR3-1866 | STORAGE: Intel 730 Series 480GB SSD + Seagate Barracuda 3TB HDD | PSU: Corsair AX860i 80+ Platinum | GPU: ASUS GeForce GTX 780Ti DirectCU II (2-Way SLI) | CASE: Phanteks Enthoo Luxe (Black) | DISPLAY: ASUS PB278Q 27.0" (2560 x 1440) | KEYBOARD: Razer BlackWidow Chroma | MOUSE: Razer Deathadder Chroma | SOUND: Logitech Z906 5.1 Speakers / Razer Kraken Chroma | OS: Microsoft Windows 8.1 (64-bit)

Link to post
Share on other sites

Generally, we have to make a problem and solve it using switch, do-while, if and for statements

 

 

Well, you can just use the program you are using. You just have to come up with a fun little idea to make the program of. Here is a usefull like to a cheatsheet you can use if you want to find something about java funtions and basics. It also supplies a list of usefull IDE's. Check it out, and if you need help with something, just ask!

// TODO: Update signature to include PC buid.

Link to post
Share on other sites

Well, you can just use the program you are using. You just have to come up with a fun little idea to make the program of. Here is a usefull like to a cheatsheet you can use if you want to find something about java funtions and basics. It also supplies a list of usefull IDE's. Check it out, and if you need help with something, just ask!

Hi Again! got a question can you put a limit or cap to what the user can input

- Example: I would like them to rate from 1 - 5 but they can't input 6 or higher is there a statement for that or code?

- Or if they inputed 6 or higher the system would ask them to rate again

CPU: Intel Core i7-4790K @ 4.0GHz | COOLING: Corsair H100i Liquid Cooler | MOTHERBOARD: ASUS Maximus VII Formula ATX | MEMORY: Corsair Vengeance Pro Series 16GB (2 x 8) DDR3-1866 | STORAGE: Intel 730 Series 480GB SSD + Seagate Barracuda 3TB HDD | PSU: Corsair AX860i 80+ Platinum | GPU: ASUS GeForce GTX 780Ti DirectCU II (2-Way SLI) | CASE: Phanteks Enthoo Luxe (Black) | DISPLAY: ASUS PB278Q 27.0" (2560 x 1440) | KEYBOARD: Razer BlackWidow Chroma | MOUSE: Razer Deathadder Chroma | SOUND: Logitech Z906 5.1 Speakers / Razer Kraken Chroma | OS: Microsoft Windows 8.1 (64-bit)

Link to post
Share on other sites

Hi Again! got a question can you put a limit or cap to what the user can input

- Example: I would like them to rate from 1 - 5 but they can't input 6 or higher is there a statement for that or code?

- Or if they inputed 6 or higher the system would ask them to rate again

You should take a loot here: http://docs.oracle.com/javase/tutorial/uiswing/components/formattedtextfield.html

// TODO: Update signature to include PC buid.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×