How to learn to code and where to start

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Vyal

Discord: Vyal#5909
Supreme
Feedback score
7
Posts
48
Reactions
9
Resources
0

78230

Deactivated
Feedback score
2
Posts
350
Reactions
95
Resources
0
Don't expect you will be coding amazing plugins, start with the basics I suggest. Download visual studio and learn an easy language like c#
 

Pakistan

Previously 57 Rep...
Supreme
Feedback score
40
Posts
793
Reactions
209
Resources
0
Don't expect you will be coding amazing plugins, start with the basics I suggest. Download visual studio and learn an easy language like c#
I can do Javascript a bit cus i think i did that for 6 weeks, where we created a mmo game or some sort[DOUBLEPOST=1515522899][/DOUBLEPOST]I remember making this on visual basic/studio but idk what language

Module Module1

Sub Main()

Dim Number1, Number2, Sum As Integer

Console.WriteLine(" Input first Number")

Number1 = Console.ReadLine

Console.WriteLine(" Input second Number")

Number2 = Console.ReadLine

Sum = Number1 + Number2

Console.WriteLine("Sum is " & Sum)

Console.ReadLine()





End Sub

End Module
 
Last edited:
Status
This thread has been locked.
Top