Programming Languages
Page 1 of 1 • Share •
Programming Languages
Is anyone Familiar to
- C++
- Java
- Java script
- C#
- C
- PHP
- Lua
Because these are programming languages to program any computer application you can think aswell as gaming
This one I made in C++
------------------------------------------------------------------------
#include "stdafx.h"
#include
using namespace std;
int main()
{
int number;
cout<<"Welcome to the Guesiing Number Game!\n";
cout<<"Enter your number: ";
cin>> number;
cin.ignore();
if ( number < 18 ) {
cout <<"Too low";
}
else if ( number > 18 ) {
cout <<"Too high";
}
else if (number = 18 ) {
cout <<"CONGRATS YOU WON!";
}
cin.get();
return 0;
}
-------------------------------------------------------------------
This is the topic for speaking of these languages and wht they mean, or maybe learn them. Please post your thoughts
- C++
- Java
- Java script
- C#
- C
- PHP
- Lua
Because these are programming languages to program any computer application you can think aswell as gaming
This one I made in C++
------------------------------------------------------------------------
#include "stdafx.h"
#include
using namespace std;
int main()
{
int number;
cout<<"Welcome to the Guesiing Number Game!\n";
cout<<"Enter your number: ";
cin>> number;
cin.ignore();
if ( number < 18 ) {
cout <<"Too low";
}
else if ( number > 18 ) {
cout <<"Too high";
}
else if (number = 18 ) {
cout <<"CONGRATS YOU WON!";
}
cin.get();
return 0;
}
-------------------------------------------------------------------
This is the topic for speaking of these languages and wht they mean, or maybe learn them. Please post your thoughts


Guest- Guest
Re: Programming Languages
Guest wrote:Is anyone Familiar to
- C++
- Java
- Java script
- C#
- C
- PHP
- Lua
Because these are programming languages to program any computer application you can think aswell as gaming
This one I made in C++
------------------------------------------------------------------------
#include "stdafx.h"
#include
using namespace std;
int main()
{
int number;
cout<<"Welcome to the Guesiing Number Game!\n";
cout<<"Enter your number: ";
cin>> number;
cin.ignore();
if ( number < 18 ) {
cout <<"Too low";
}
else if ( number > 18 ) {
cout <<"Too high";
}
else if (number = 18 ) {
cout <<"CONGRATS YOU WON!";
}
cin.get();
return 0;
}
-------------------------------------------------------------------
This is the topic for speaking of these languages and wht they mean, or maybe learn them. Please post your thoughts
Awesome program!
________________________
Hey guys, I'm making my own text-based RPG on the liger society, when/if Tatoranki and/or another Administrator approves it, I'll tell you guys more about it.

SupremeCommanderSturm- Trainee Admin

- Prize Points: 1012
Number of posts: 182
MLN Username: SupremeCommanderSturm
MLN Items: I don't really need any MLN items at the moment...
MLN Rank: Rank 10
S.P.A.M. :



Registration date: 2009-04-07

Re: Programming Languages
I've done some HTML before.
________________________
"There is no price for awesomeness" Kung Fu Panda

hotdogsaucer- Abbé Busoni

- Prize Points: 1090
Number of posts: 489
MLN Username: hotdogsauce
MLN Items: TOTEMICS
MLN Rank: Rank 9
S.P.A.M. :



Registration date: 2009-06-11
Permissions of this forum:
You cannot reply to topics in this forum
Bonus Features


