VKs Official Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» [Accepted] Unban Appeal
by VK.Angel.OfDeath Sun Mar 31, 2024 8:29 am

» [Solved] Password Reset
by VK.Angel.OfDeath Sat Mar 23, 2024 9:32 pm

» Ramadan Mubarak in Advance
by Shafin Sat Mar 23, 2024 1:52 pm

» Fatal Force - F2
by [F2]M60^ Sat Feb 24, 2024 4:07 pm

» Illegal Immigration | Old Memories | 2017
by BlackOps_Killer Fri Feb 09, 2024 5:25 pm

» VKs and VCMP Previews
by SJHere Sat Jan 20, 2024 1:51 pm

» The Resurgence 4th Year of Anniversary!
by Ninja Tue Jan 16, 2024 10:30 am

» [Solved]Stats Transfer application - Shado[W]^
by SJHere Mon Nov 27, 2023 5:06 pm

» Hi to all my good friends
by VK.Angel.OfDeath Sat Nov 18, 2023 9:04 am

» [Closed] Admin Application - F2.Ninja
by VK.Angel.OfDeath Sat Nov 18, 2023 8:49 am

» [Closed] Suggestion - We can change weather in props
by VK.Angel.OfDeath Sat Nov 18, 2023 8:45 am

» [Denied] Suggestion - Garbageman Job
by VK.Angel.OfDeath Sat Nov 04, 2023 8:27 pm

» Server Files (24/10/2023)
by VK.Angel.OfDeath Sun Oct 29, 2023 1:22 pm

» [Accepted] playaaa, ULK.Hulk. [M4]Halilibow - speed hacking in parkours
by VK.Angel.OfDeath Sun Oct 29, 2023 1:15 pm

» [Solved] Password Reset- TrapHole
by VK.Angel.OfDeath Sun Oct 29, 2023 1:13 pm

» [Solved] Request for Password Reset (2)
by VK.Angel.OfDeath Sat Oct 21, 2023 1:14 pm

» [Solved] Password Rest
by [RPG]G_man Thu Oct 05, 2023 9:07 pm

» [Noted] FPV Suggestion
by SJHere Sat Sep 02, 2023 8:31 pm

» [Solved] Pass Reset Application Foster^
by VK.Angel.OfDeath Fri Jul 28, 2023 12:00 pm

» Wanna start over again?
by palestrino Wed Jul 26, 2023 2:06 am

» hey guys <3
by D@Ch0uChI. Thu Jul 13, 2023 1:51 am

» [Solved] Stats Transfer
by SJHere Sat Jun 17, 2023 6:03 pm

» [Solved] Password Reset
by D4rKR420R Wed May 24, 2023 1:36 am

» Let's all gather after May in VKs
by Mike Sat May 20, 2023 4:55 pm

» [Denied] Player report - [ON]HunTinG
by D4rKR420R Tue May 02, 2023 5:25 am

» Hi halo here
by Alone Sun Apr 30, 2023 11:28 am

» An old Player Of Vks
by Alone Sat Apr 22, 2023 12:01 am

» [Bug Report] Bug in /domination - invisible bridge
by VK.Angel.OfDeath Wed Apr 19, 2023 3:38 pm

» [Noted] Bug Report - Zone
by LOGiC ™ Wed Mar 08, 2023 4:52 pm

» [Noted] Just Suggestion
by LOGiC ™ Wed Mar 08, 2023 4:11 pm

Top posters
ЧК. (8555)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
VK.Angel.OfDeath (6454)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
=SdS=KrlozZ... (6433)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
D4rKR420R (5469)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
=KF=Thunder^ (5405)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
Pavonis (5197)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
SJHere (4421)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
Emma (4261)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
Vipe[R] (3756)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 
47. (3704)
[Danger]Programmer's  Only  I_vote_lcap[Danger]Programmer's  Only  I_voting_bar[Danger]Programmer's  Only  I_vote_rcap 

Statistics
We have 1948 registered users
The newest registered user is احمد

Our users have posted a total of 217818 messages in 16809 subjects
Top posting users this month
No user

Top posting users this week
No user


[Danger]Programmer's Only

+8
KAKAN
EK.CrystalBlue
=KF=Thunder^
Vipe[R]
Lancer_Blaze
=SdS=KrlozZ...
D.E.[[V]].I.L
Lahhami^
12 posters

Go down

[Danger]Programmer's  Only  Empty [Danger]Programmer's Only

Post by Lahhami^ Tue Dec 13, 2016 3:25 pm

Hellow Guy's ,  programmer's supose to realize/know What did this 2 program's do
let's see who can show what did the easy/hard code print on screen .
who knew c++/c# Can Solve it as well .

Easy :
Here is the code :

#include'<'stdio.h'>'
void main()
{

int num ,sum=0;
printf("enter  random Number  :");
scanf_s("%d", &num);  // input
while(num!=0)
{
       sum + = (num % 10) ;
       num/=10;
}
printf("sum : %d \n ",sum);
printf("[You must be registered and logged in to see this link.]\n ");

------------------------------------------------------------------

Hard :

Here is the code :

#include'<'stdio.h'>'
#include'<'math.h'>'

void main()
{
int num,tmp,c=0,sum=0;
double;
printf("Enter Num :");
scanf_s("%d",&num);
tmp=num;

while(num!=-1)
{
while(tmp)
{ c++; tmp/=10; }   //ספרות

tmp=num;
while(tmp)
{ sum+=pow((double)(tmp%10),c) ; tmp/=10; } // סכום


if(sum==num)
printf("Yes , he is armstrong\n");
else
printf("no , he is'nt armstrong\n"); // בדיקה


printf("Enter Num(To end input 30)  :");
scanf_s("%d",&num);
tmp=num;
sum=0;c=0;

}

Note : this code written by me and work's as well , i hope to find some nerd here , if someOne Knew what Hard Program do and explain  then i give him cash 7m For sure ! .

Regard's
Lahham^
Chief Of  Islam Community  

[You must be registered and logged in to see this image.]

_____________________________________________________________


Last edited by [EK]KillerLaham on Tue Dec 13, 2016 4:17 pm; edited 6 times in total
Lahhami^
Lahhami^
Legendary Member
Legendary Member

Gender : Male
Posts : 1250
Points : 1677
Reputation : 2
Join date : 2016-08-06
Age : 29
Location : Opssi World!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by D.E.[[V]].I.L Tue Dec 13, 2016 3:30 pm

Someone tag VK.Vampire please xDDD
avatar
D.E.[[V]].I.L
Ultra Legendary

Most original admin
Gender : Male
Posts : 3134
Points : 3674
Reputation : 18
Join date : 2014-09-14
Age : 21
Location : Unknown.

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =SdS=KrlozZ... Tue Dec 13, 2016 3:44 pm

omg 7m xd
=SdS=KrlozZ...
=SdS=KrlozZ...
Ultra Legendary

Gender : Male
Posts : 6433
Points : 7855
Reputation : 103
Join date : 2016-02-13
Age : 26
Location : Here >:)

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Lancer_Blaze Tue Dec 13, 2016 3:47 pm

lKrlozZl wrote:omg 7m xd
In real?? Shocked
Lancer_Blaze
Lancer_Blaze
Active Member
Active Member

Gender : Male
Posts : 161
Points : 212
Reputation : 1
Join date : 2016-12-09
Age : 103
Location : Earth's Heaven

http://fs-clan.proboards.com

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =SdS=KrlozZ... Tue Dec 13, 2016 4:05 pm

Lancer_Blaze wrote:
lKrlozZl wrote:omg 7m xd
In real?? Shocked
Maybe 7u7
=SdS=KrlozZ...
=SdS=KrlozZ...
Ultra Legendary

Gender : Male
Posts : 6433
Points : 7855
Reputation : 103
Join date : 2016-02-13
Age : 26
Location : Here >:)

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Lahhami^ Tue Dec 13, 2016 4:15 pm

D.E.[[V]].I.L wrote:Someone tag VK.Vampire please xDDD
lKrlozZl wrote:
Lancer_Blaze wrote:
lKrlozZl wrote:omg 7m xd
In real?? Shocked
Maybe 7u7
Lol No , if on real then will be converted to 7$ . Razz but First Solve then you think about Real/Fake .
You can Tag nerd's Also !
Lahhami^
Lahhami^
Legendary Member
Legendary Member

Gender : Male
Posts : 1250
Points : 1677
Reputation : 2
Join date : 2016-08-06
Age : 29
Location : Opssi World!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Vipe[R] Tue Dec 13, 2016 5:03 pm

Zeyad per0 programmer vampy is good as well Very Happy
Vipe[R]
Vipe[R]
Ultra Legendary

Gender : Male
Posts : 3756
Points : 4637
Reputation : 5
Join date : 2016-02-29
Age : 21
Location : Near My Sweet Viper Snakessssss!!!!!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =KF=Thunder^ Tue Dec 13, 2016 5:16 pm

Well, I guess only 1 nerd can solve this shit.

That nerd= KAKAN xD
=KF=Thunder^
=KF=Thunder^
Ultra Legendary

Gender : Male
Posts : 5405
Points : 6118
Reputation : 47
Join date : 2014-08-18
Age : 22
Location : United Kingdom

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by EK.CrystalBlue Tue Dec 13, 2016 5:49 pm

In the hard one it do some special math on the number you provided, and if it match with num it says 'yes he is armstrong' otherwise it say 'no he is 'nt armstrong'
EK.CrystalBlue
EK.CrystalBlue
Deputy Chief of the Community
Deputy Chief of the Community

Best christ 15
Homocide detective
Pizza Expert
Posts : 3621
Points : 4218
Reputation : 28
Join date : 2012-10-31
Age : 31
Location : I am CRYSTAL u never found me!!!!!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by KAKAN Tue Dec 13, 2016 6:45 pm

=KF=Thunder^ wrote:Well, I guess only 1 nerd can solve this shit.

That nerd= KAKAN xD
Its pretty much a mathematical shit.
I didn't even take a look at the 'hard code' after seeing the easy one, because I knew it would be maths related.
And too, I don't know C++. Ask angel instead.
KAKAN
KAKAN
Ultra Legendary

Gender : Male
Posts : 3466
Points : 4011
Reputation : 16
Join date : 2014-09-28
Age : 20
Location : World

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Lahhami^ Tue Dec 13, 2016 6:49 pm

=KF=Thunder^ wrote:Well, I guess only 1 nerd can solve this shit.
That nerd= KAKAN xD
Tag This nerd pls or i leave pls gang pls xD

EK.CrystalBlue wrote:In the hard one it do some special math on the number you provided, and if it match with num it says 'yes he is armstrong' otherwise it say 'no he is 'nt armstrong'
if you solve easy One then you can solve hard by some real paper , try number's and check what did the program do , cmon you scripter dude , Go Ahead! . as you mathematician also pls xD

Regard's
Lahham^
Chief Of  Islam Community  

[You must be registered and logged in to see this image.]

_____________________________________________________________


Last edited by [EK]KillerLaham on Tue Dec 13, 2016 6:53 pm; edited 1 time in total
Lahhami^
Lahhami^
Legendary Member
Legendary Member

Gender : Male
Posts : 1250
Points : 1677
Reputation : 2
Join date : 2016-08-06
Age : 29
Location : Opssi World!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Lahhami^ Tue Dec 13, 2016 6:53 pm

KAKAN wrote:
=KF=Thunder^ wrote:Well, I guess only 1 nerd can solve this shit.

That nerd= KAKAN xD
Its pretty much a mathematical shit.
I didn't even take a look at the 'hard code' after seeing the easy one, because I knew it would be maths related.
And too, I don't know C++. Ask angel instead.
Easy one bery simple pls ,   not serious math pls  Razz  , and sorry for double posting pls xD

Regard's
Lahham^
Chief Of  Islam Community  

[You must be registered and logged in to see this image.]

_____________________________________________________________
Lahhami^
Lahhami^
Legendary Member
Legendary Member

Gender : Male
Posts : 1250
Points : 1677
Reputation : 2
Join date : 2016-08-06
Age : 29
Location : Opssi World!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Chuck Norris Tue Dec 13, 2016 7:52 pm

[EK]KillerLaham wrote:Hellow Guy's ,  programmer's supose to realize/know What did this 2 program's do
let's see who can show what did the easy/hard code print on screen .
who knew c++/c# Can Solve it as well .

Easy :
Here is the code :

#include'<'stdio.h'>'
void main()
{

int num ,sum=0;
printf("enter  random Number  :");
scanf_s("%d", &num);  // input
while(num!=0)
{
       sum + = (num % 10) ;
       num/=10;
}
printf("sum : %d \n ",sum);
printf("[You must be registered and logged in to see this link.]\n ");

------------------------------------------------------------------

Hard :

Here is the code :

#include'<'stdio.h'>'
#include'<'math.h'>'

void main()
{
int num,tmp,c=0,sum=0;
double;
printf("Enter Num :");
scanf_s("%d",&num);
tmp=num;

while(num!=-1)
{
while(tmp)
{ c++; tmp/=10; }   //ספרות

tmp=num;
while(tmp)
{ sum+=pow((double)(tmp%10),c) ; tmp/=10; } // סכום


if(sum==num)
printf("Yes , he is armstrong\n");
else
printf("no , he is'nt armstrong\n"); // בדיקה


printf("Enter Num(To end input 30)  :");
scanf_s("%d",&num);
tmp=num;
sum=0;c=0;

}

Note : this code written by me and work's as well , i hope to find some nerd here , if someOne Knew what Hard Program do and explain  then i give him cash 7m For sure ! .

Regard's
Lahham^
Chief Of  Islam Community  

[You must be registered and logged in to see this image.]

_____________________________________________________________

Hard:
I don't know C++ but I've used many scripting langauges. In the first while loop you're checking how many digits there are in a number. For example if you type in 6743 you will get the answer c = 4.

In the second while loop you're calculating the sum = x0^c + x1^c .... + xn^c. Where the x's are the different digits in your number.

Then in the final step you're saying that if sum = num it's an Armstrong number, if not then it's not an Armstrong number. I don't know what an Armstrong number is, but it's probably what's calculated here lol.

Maybe I have forgotten what (double) means but, doesn't it mean that you convert tmp%10 to double. Why would you want to do that? It's supposed to be an integer.

Code:
while(num!=-1)
{
while(tmp)
{
c++;
tmp/=10;
}   //ספרות

tmp=num;
while(tmp)
{
sum+=pow((double)(tmp%10),c) ;
tmp/=10;
} // סכום


if(sum==num)
printf("Yes , he is armstrong\n");
else
printf("no , he is'nt armstrong\n"); // בדיקה


printf("Enter Num(To end input 30)  :");
scanf_s("%d",&num);
tmp=num;
sum=0;c=0;

}
Chuck Norris
Chuck Norris
Secret Intelligence Agent of the Community

Gender : Male
Posts : 3622
Points : 6268
Reputation : 1415
Join date : 2012-10-14
Location : None

https://vkserver.forumotion.com

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Lahhami^ Tue Dec 13, 2016 8:19 pm

Chuck Norris wrote:

Hard:
I don't know C++ but I've used many scripting langauges. In the first while loop you're checking how many digits there are in a number. For example if you type in 6743 you will get the answer c = 4.

In the second while loop you're calculating the sum = x0^c + x1^c .... + xn^c. Where the x's are the different digits in your number.

Then in the final step you're saying that if sum = num it's an Armstrong number, if not then it's not an Armstrong number. I don't know what an Armstrong number is, but it's probably what's calculated here lol.

Maybe I have forgotten what (double) means but, doesn't it mean that you convert tmp%10 to double. Why would you want to do that? It's supposed to be an integer.


Finally i found a nerd programmer here ! , clear you knew what am talking about , Armstrong number is number ( N digit's ) equal's to sum of  N power to his digit's  , such as :
the num 153 is Armstrong num , why ?

1^3 + 5^3 + 3^3 = 1+125+27= 153

also  num 54748 is Armstrong num , why ?

5^5 + 4^5 + 7^5 + 4^5 +8^5 =54748

i think you understand the significance of Armstrong num .
and about "converting To Double" , its because i use " [You must be registered and logged in to see this link.] '<'math.h'>' whitch included a function that recieved 2 parameter , One Double and one Interger Although i can make funtion for power recieved 2 interger's  easily , but i already got one , dont forget it is sensitive language , We have to Observance about parameter's that function recieved (pow Function) .
its right that i mention "hard" but its nothing Compared with my knowledge and experience i have , i knew more harder than this x10 , if you ready for hard qsk then told me .

lastly , you Got 7m ! even i know you dont need it . pm if you want it lol . i never saw you joined server . Razz
Lahhami^
Lahhami^
Legendary Member
Legendary Member

Gender : Male
Posts : 1250
Points : 1677
Reputation : 2
Join date : 2016-08-06
Age : 29
Location : Opssi World!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =KF=Thunder^ Tue Dec 13, 2016 9:11 pm

[EK]KillerLaham wrote:
Chuck Norris wrote:

Hard:
I don't know C++ but I've used many scripting langauges. In the first while loop you're checking how many digits there are in a number. For example if you type in 6743 you will get the answer c = 4.

In the second while loop you're calculating the sum = x0^c + x1^c .... + xn^c. Where the x's are the different digits in your number.

Then in the final step you're saying that if sum = num it's an Armstrong number, if not then it's not an Armstrong number. I don't know what an Armstrong number is, but it's probably what's calculated here lol.

Maybe I have forgotten what (double) means but, doesn't it mean that you convert tmp%10 to double. Why would you want to do that? It's supposed to be an integer.


Finally i found a nerd programmer here ! , clear you knew what am talking about , Armstrong number is number ( N digit's ) equal's to sum of  N power to his digit's  , such as :
the num 153 is Armstrong num , why ?

1^3 + 5^3 + 3^3 = 1+125+27= 153

also  num 54748 is Armstrong num , why ?

5^5 + 4^5 + 7^5 + 4^5 +8^5 =54748

i think you understand the significance of Armstrong num .
and about "converting To Double" , its because i use " [You must be registered and logged in to see this link.] '<'math.h'>' whitch included a function that recieved 2 parameter , One Double and one Interger Although i can make funtion for power recieved 2 interger's  easily , but i already got one , dont forget it is sensitive language , We have to Observance about parameter's that function recieved (pow Function) .
its right that i mention "hard" but its nothing Compared with my knowledge and experience i have , i knew more harder than this x10 , if you ready for hard qsk then told me .

lastly , you Got 7m ! even i know you dont need it . pm if you want it lol . i never saw you joined server . Razz

I will take it if Angel doesn't want it pls, I think I deserve it for being Shaykh pls xDD
=KF=Thunder^
=KF=Thunder^
Ultra Legendary

Gender : Male
Posts : 5405
Points : 6118
Reputation : 47
Join date : 2014-08-18
Age : 22
Location : United Kingdom

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by SuFyastiC Tue Dec 13, 2016 11:47 pm

Sorry to say but I am like (HOOO MOI GAAD, what the Father F***ing F*** is this shit?) Razz
SuFyastiC
SuFyastiC
Ultra Legendary

Gender : Male
Posts : 2124
Points : 2787
Reputation : 20
Join date : 2013-07-04

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =SdS=KrlozZ... Wed Dec 14, 2016 1:23 am

=KF=Thunder^ wrote:
[EK]KillerLaham wrote:
Chuck Norris wrote:

Hard:
I don't know C++ but I've used many scripting langauges. In the first while loop you're checking how many digits there are in a number. For example if you type in 6743 you will get the answer c = 4.

In the second while loop you're calculating the sum = x0^c + x1^c .... + xn^c. Where the x's are the different digits in your number.

Then in the final step you're saying that if sum = num it's an Armstrong number, if not then it's not an Armstrong number. I don't know what an Armstrong number is, but it's probably what's calculated here lol.

Maybe I have forgotten what (double) means but, doesn't it mean that you convert tmp%10 to double. Why would you want to do that? It's supposed to be an integer.


Finally i found a nerd programmer here ! , clear you knew what am talking about , Armstrong number is number ( N digit's ) equal's to sum of  N power to his digit's  , such as :
the num 153 is Armstrong num , why ?

1^3 + 5^3 + 3^3 = 1+125+27= 153

also  num 54748 is Armstrong num , why ?

5^5 + 4^5 + 7^5 + 4^5 +8^5 =54748

i think you understand the significance of Armstrong num .
and about "converting To Double" , its because i use " [You must be registered and logged in to see this link.] '<'math.h'>' whitch included a function that recieved 2 parameter , One Double and one Interger Although i can make funtion for power recieved 2 interger's  easily , but i already got one , dont forget it is sensitive language , We have to Observance about parameter's that function recieved (pow Function) .
its right that i mention "hard" but its nothing Compared with my knowledge and experience i have , i knew more harder than this x10 , if you ready for hard qsk then told me .

lastly , you Got 7m ! even i know you dont need it . pm if you want it lol . i never saw you joined server . Razz

I will take it if Angel doesn't want it pls, I think I deserve it for being Shaykh pls xDD

Jajaja xd, ye give it to thunder pls , thunde ris angel wife pls xd, they share the money pls, xd.

thunder my secretly love pls, u share the cash with me pls, u are my secretly love pls xd, dont tell to anyone pls xd
=SdS=KrlozZ...
=SdS=KrlozZ...
Ultra Legendary

Gender : Male
Posts : 6433
Points : 7855
Reputation : 103
Join date : 2016-02-13
Age : 26
Location : Here >:)

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by [FS]Jude(A) Wed Dec 14, 2016 5:48 am

none can solve if anyone i will give him 200k
[FS]Jude(A)
[FS]Jude(A)
Veteran Member
Veteran Member

Gender : Male
Posts : 393
Points : 536
Reputation : 1
Join date : 2016-05-15
Age : 23
Location : In proploc 161

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by KAKAN Wed Dec 14, 2016 10:13 am

Armstrong number is not in my syllabus, so... but I was correct, its related to maths Smile
And, angel loves maths xd
KAKAN
KAKAN
Ultra Legendary

Gender : Male
Posts : 3466
Points : 4011
Reputation : 16
Join date : 2014-09-28
Age : 20
Location : World

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Vipe[R] Wed Dec 14, 2016 10:30 am

VK.SuFy wrote:Sorry to say but I am like (HOOO MOI GAAD, what the Father F***ing F*** is this shit?) Razz
Learn programming and you'll understand it.
Vipe[R]
Vipe[R]
Ultra Legendary

Gender : Male
Posts : 3756
Points : 4637
Reputation : 5
Join date : 2016-02-29
Age : 21
Location : Near My Sweet Viper Snakessssss!!!!!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Emma Wed Dec 14, 2016 10:39 am

if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD
Emma
Emma
Event Staff
Event Staff

Gender : Female
Posts : 4261
Points : 6189
Reputation : 81
Join date : 2013-04-25
Age : 19
Location : Next room to angel.Ofnoob (i am Rainbow)

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by KAKAN Wed Dec 14, 2016 10:44 am

Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD
Sure, it is.
Code:
namespace std;
int main(){
   string pony = "rainbow dash";
   if( pony == "rainbow dash" ) {
      cout << "rainbow dash is the best pony.";
   }
   //Terminate the program.
   return 0;
}
KAKAN
KAKAN
Ultra Legendary

Gender : Male
Posts : 3466
Points : 4011
Reputation : 16
Join date : 2014-09-28
Age : 20
Location : World

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Guest Wed Dec 14, 2016 12:31 pm

Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD

Don't use this code or you will get a lot of bugs.
Anonymous
Guest
Guest


Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by EK.CrystalBlue Wed Dec 14, 2016 1:37 pm

Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD
Error: expression expected
EK.CrystalBlue
EK.CrystalBlue
Deputy Chief of the Community
Deputy Chief of the Community

Best christ 15
Homocide detective
Pizza Expert
Posts : 3621
Points : 4218
Reputation : 28
Join date : 2012-10-31
Age : 31
Location : I am CRYSTAL u never found me!!!!!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Vipe[R] Wed Dec 14, 2016 1:59 pm

Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD
Error 404: Unknown command.
Vipe[R]
Vipe[R]
Ultra Legendary

Gender : Male
Posts : 3756
Points : 4637
Reputation : 5
Join date : 2016-02-29
Age : 21
Location : Near My Sweet Viper Snakessssss!!!!!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Lahhami^ Wed Dec 14, 2016 3:55 pm

=KF=Thunder^ wrote:
I think I deserve it for being Shaykh pls xDD
Under Proccessing pls xD

KAKAN wrote:Armstrong number is not in my syllabus, so... but I was correct, its related to maths Smile
And, angel loves maths xd
Math is every think dude xD , my first 2 year's on univ including math only pls xD ,
,also armstrong number not on chuck/angel syllabus , but he wrote what he did even he dont knew what armstrong number .
tip : start to give example's on paper and it will  help's .
Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD

Here is the code :

Code:

include<stdio.h>
void main
{
         char Pony[]={'r','a','i','n','  ' ,'d','a','s','h','/0'};
         printf("rainbow dash is best pony and andri sux! ");

}
// KAKAN C#
// here we wrote Note's for programmer's
Lahhami^
Lahhami^
Legendary Member
Legendary Member

Gender : Male
Posts : 1250
Points : 1677
Reputation : 2
Join date : 2016-08-06
Age : 29
Location : Opssi World!

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =KF=Thunder^ Wed Dec 14, 2016 10:56 pm

[EK]KillerLaham wrote:
=KF=Thunder^ wrote:
I think I deserve it for being Shaykh pls xDD
Under Proccessing pls xD

KAKAN wrote:Armstrong number is not in my syllabus, so... but I was correct, its related to maths Smile
And, angel loves maths xd
Math is every think dude xD , my first 2 year's on univ including math only pls xD ,
,also armstrong number not on chuck/angel syllabus , but he wrote what he did even he dont knew what armstrong number .
tip : start to give example's on paper and it will  help's .
Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD

Here is the code :

Code:

include<stdio.h>
void main
{
         char Pony[]={'r','a','i','n','  ' ,'d','a','s','h','/0'};
         printf("rainbow dash is best pony and andri sux! ");

}
// KAKAN C#
// here we wrote Note's for programmer's

Try to increase your processing speed pls, by overclocking pls, I need the cash pls xDDD
=KF=Thunder^
=KF=Thunder^
Ultra Legendary

Gender : Male
Posts : 5405
Points : 6118
Reputation : 47
Join date : 2014-08-18
Age : 22
Location : United Kingdom

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by =SdS=KrlozZ... Wed Dec 14, 2016 11:42 pm

=KF=Thunder^ wrote:
[EK]KillerLaham wrote:
=KF=Thunder^ wrote:
I think I deserve it for being Shaykh pls xDD
Under Proccessing pls xD

KAKAN wrote:Armstrong number is not in my syllabus, so... but I was correct, its related to maths Smile
And, angel loves maths xd
Math is every think dude xD , my first 2 year's on univ including math only pls xD ,
,also armstrong number not on chuck/angel syllabus , but he wrote what he did even he dont knew what armstrong number .
tip : start to give example's on paper and it will  help's .
Rainbow Dash wrote:if pony = rainbow dash
write rainbow dash is best pony

is that a good script Smile?

i dont know anything about scripting xD

Here is the code :

Code:

include<stdio.h>
void main
{
         char Pony[]={'r','a','i','n','  ' ,'d','a','s','h','/0'};
         printf("rainbow dash is best pony and andri sux! ");

}
// KAKAN C#
// here we wrote Note's for programmer's

Try to increase your processing speed pls, by overclocking pls, I need the cash pls xDDD

u no secretly ignored my reply pls xd.
=SdS=KrlozZ...
=SdS=KrlozZ...
Ultra Legendary

Gender : Male
Posts : 6433
Points : 7855
Reputation : 103
Join date : 2016-02-13
Age : 26
Location : Here >:)

Back to top Go down

[Danger]Programmer's  Only  Empty Re: [Danger]Programmer's Only

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum