02-03-2010, 06:02 AM
|
#1 (permalink)
|
|
Junior Member
Join Date: Feb 2010
Posts: 2
|
Easiest Programming Language
I'm in college and we have this project that requires us to choose 2 programming languages which have similar syntax.
Our project only concerns about the syntax of the following: 4 operations, loop, condition statements, and switch.
The only PLs that were taught to us are Java, and C. Our project is to translate the syntax of one PL to the syntax of another PL.
I've been researching on which Programming Language is the easiest to understand and learn. Many mentioned Visual Basic.
Is it alright if I use Visual Basic and VBA/Visual Basic.NET? Or is there a better pair?
|
|
|
02-03-2010, 08:50 AM
|
#2 (permalink)
|
|
Junior Member
Join Date: Feb 2009
Posts: 43
|
Re: Easiest Programming Language
These are the combinations I would write if you wouldn't
Yeah, I find that these 2 are the best ones you can choose out. Good luck by the way!
|
|
|
02-22-2010, 06:53 AM
|
#3 (permalink)
|
|
Junior Member
Join Date: Feb 2010
Posts: 38
|
Re: Easiest Programming Language
thanks for sharing.........:
|
|
|
03-01-2010, 06:32 AM
|
#4 (permalink)
|
|
Junior Member
Join Date: Feb 2009
Posts: 69
|
Re: Easiest Programming Language
epdmcoatings I agree with you the most easiest language I have seen in this era is HTML.
|
|
|
05-29-2010, 04:06 PM
|
#5 (permalink)
|
|
Junior Member
Join Date: May 2010
Posts: 6
|
Re: Easiest Programming Language
I would have to say that visual basic is by far the easiest programming language to learn.
|
|
|
05-31-2010, 12:21 AM
|
#6 (permalink)
|
|
Junior Member
Join Date: May 2010
Posts: 24
|
Re: Easiest Programming Language
Visual Basic (VB) is a RAD (Rapid Application Development) tool, that allows programmers to create Windows applications in very little time. It is the most popular programming language in the world, and has more programmers and lines of code than any of its nearest competitors. Visual Basic is the easiest programming language to learn. It uses syntax that is very similar to English language, so anyone who has fairly good command in English can master Visual Basic quickly.
The following is an example of VB code:
If mark>80 Then
grade="A"
Else If mark<80 And mark >59 Then
grade="B"
Else If mark<60 And mark>49 Then
grade="C"
Else If mark<50 And mark>39 Then
grade="D"
Else
grade="E"
End If
|
|
|
06-17-2010, 08:02 AM
|
#7 (permalink)
|
|
Junior Member
Join Date: Jun 2010
Posts: 11
|
Re: Easiest Programming Language
The simplest language to learn is probably Visual Basic. However it can be limiting depending on what you want to do. You can write web based applications with it. C++ is not the easiest language to learn from scratch, in fact it is probably the hardest.
|
|
|
06-17-2010, 08:54 AM
|
#8 (permalink)
|
|
Junior Member
Join Date: Jun 2010
Posts: 20
|
Re: Easiest Programming Language
Hi) in my practice i used VBA, it will be not complicated for you i think, much simplier than C++, so you can try to learn it, if i could you'll be able to) but what language choose depend on your purpose.
so good luck)
|
|
|
06-17-2010, 09:07 AM
|
#9 (permalink)
|
|
Junior Member
Join Date: Feb 2010
Posts: 20
|
Re: Easiest Programming Language
visual basic of course
|
|
|
06-29-2010, 05:08 AM
|
#10 (permalink)
|
|
Junior Member
Join Date: Jun 2010
Posts: 46
|
Re: Easiest Programming Language
I completed my b.c.a and i did my project using visual studio.net and micro soft sql server,this is very easy to maintain and implement because both are micro-soft product. Dot net technology is very simple,because only drag and drop,no coding should be typed, automatically the code is generated as soon as we drag and drop and it is user friendly...
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|