User profile: Kyi

User info
User name:Kyi
History
Joined:
Number of posts:17
Latest posts:

Is there any genius who does self-code?
Thanks a million for your long supportive reply! That's a pill indeed :)

Is there any genius who does self-code?
Hello, everyone! I am newbie to programming and as I study, I find it no that easy. At present I hav...

Verb, Noun Checking Program Memory error
Hey I am having trouble with this code. I am pretty sure the code is right but when I run it, the fo...

Fibonacci using Recursion
[code]#include<iostream> using namespace std; int fibo(int first, int second, int position) { int...

Rock, Paper, Scissor using seeds
I got this! Thanks :)