Guess Number

Introduction

In this exercise you will practice

Problem Description

You like guessing secret numbers and your friends won’t play with you.

Solution Description

Write a program that randomly chooses a secret number from 1 to 10 and asks the user to guess the number.

Tips and Considerations