Search results

  1. D

    How to say "I'm learning Japanese" in Japanese?

    When someone asks me if I can speak Japanese I want respond that I know a little bit and I'm learning. Please help
  2. D

    How to say "I'm learning Japanese" in Japanese?

    When someone asks me if I can speak Japanese I want respond that I know a little bit and I'm learning. Please help
  3. D

    i wrote a c prgm tocheck if a number is prime. i cant seem to find anything wrong...

    ...with it! please tell me!? main() { int n,i,d=1; printf("Enter number"); scanf("%d",&n); for(i=2;i<n||d==0;i++) { d=n%i; } if(d==0) printf("Prime"); else printf("not prime"); }
  4. D

    I need your help with a survey?

    Ok this may not be as entertaining as some of the other surveys on here. But I have to survey 10 people on their knowledge of the Constitution. I already have 2 people surveyed. Please and thanks! 10pts as a reward! 1. What is a constitution? 2. Why was the United States Constitution written...
Back
Top