Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

number

  1. notaverygoodprogrammer

    Python How to fix beginner project issue (Guess the Number game)

    Hi, I'm working on a small game where the computer generates a number, and you have to input (like guess) a random number. Then, the computer will tell you whether the guessed number is too big or too small, or if you guessed it right. I might not have imported the random number correctly, but...
  2. Ghost

    PHP Phone Validation / Look Up

    I created a small class/script that handles validating phone numbers through an API. It's quite simple to use & it just outputs some data. It is not 100% accurate because sometimes it will get the carrier or location wrong, but it can definitely figure out if a phone number is in the correct...
  3. D

    Simple Number Guessing Program

    #include <stdio.h> int main(void) { int usr_num = 0; // The Number that the User inserts int app_num = 56; // The Number that the Program is thinking of // Welcome Message printf("Hey. I'm thinking of a Number. Try and guess it and I'll tell you if you're right: "); //...
Back
Top Bottom