Rabin Kalikote almost 2 years ago
12 Claps
2 Comments
Bal Bahadur BK

Great my son!

Reply almost 2y
Pranish Uprety

You've been truly inspiration, dai! Congratulations to you and all of us.

Reply almost 2y
Sanam asked a question

First learn basic HTML, then CSS and responsive CSS for Static websites and thereafter JavaScript and PHP for dynamic pages. If you also want to learn jQuery for more better works learn it at the same time with JavaScript

3 Thanks
2 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Sushil Bhandari asked a question

Recently we're working to degrade accounts with 0 contributions from creator to learner. If you're a learner and very keen to be a creator, you must keep posting interesting questions and contact to admins from the Facebook Group of Mattrab Community. For being an admin, you must be in grade 12, either completed or recently enrolled, your notes, and all your records and contributions will be verified for that

7 Thanks
3 Answers
Close Open App