Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Java

Pages: [1]
1
Here’s my code...
Define whatsmyname()
Prgm
Disp “you’re “,name
RequestStr “would you like a name change?”,n
If yes Then
RequestStr “New name:”,name,0
Else
Text “ok, fair enough.”,0

Don’t judge me please. I’m new to programming and This is my first program.

2
General Calculator Help / Programming
« on: May 01, 2020, 10:58:09 am »
How to I make on screen buttons and visuals for the program I’m trying to make? Also how do you code a random equation generator?

Pages: [1]