Примери за използване на Program that reads на Английски и техните преводи на Български
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Ecclesiastic
-
Computer
Write a program that reads an integer number n from the console.
You can print directly from your program that reads PDF files(Ctrl+ P).
Write a program that reads five integer numbers and prints their sum.
An email client is a computer program that reads and sends an e-mail.
Write a program that reads a list of words from a file called words.
Tell me if there is any program that reads audio CDs similar to the original?
Write a program that reads from the console a sequence of positive integer numbers.
HWMonitor is a hardware monitoring program that reads PC systems main health sensors: voltages, temperatures, fans speed.
Write a program that reads two numbers from the console and prints the greater of them.
Write a program that reads two dates entered in the format"day. month.
Write a program that reads the date and time entered in the format"day. month.
Write a program that reads a text file and prints its odd lines on the console.
Write a program that reads a string, reverse it and prints it to the console.
Write a program that reads from the console three numbers of type int and prints their sum.
Write a program that reads the radius r of a circle and prints its perimeter and area.
Write a program that reads from the console the radius"r" of a circle and prints its perimeter and area.
Write a program that reads information about the company and its manager and then prints it on the console.
Write a program that reads from the console a series of integers and prints the smallest and largest of them.
Write a program that reads your age from the console and prints your age after 10 years.
Write a program that reads one integer number N and generates all possible special numbers from 1111 to 9999.
Write a program that reads two dates entered in the format“month. year” and calculates the number of days between them.
Write a program that reads a list of names from a text file, arranges them in alphabetical order, and writes them to another file.
Write a program that reads an integer n from the console and draws a perfect diamond with size n as in the examples below.
Write a program that reads an integer number n from the console and prints all numbers in the range[1…n], each on a separate line.
Write a program that reads from the console a positive integer number N(N< 20) and prints a matrix of numbers as on the figures below.
Write a program that reads a string from the console(20 characters maximum) and if shorter complements it right with"*" to 20 characters.
Your task is to write a program that reads from the console an integer number n(1? n? 100) and displays the filled matrix on the console.
Write a program that reads a positive integer N from the standard input and prints the first N2 prime numbers as a square matrix of size N x N.
Write a program that reads the contents of a text file and inserts the line numbers at the beginning of each line, then rewrites the file contents.
Write a program that reads from the console an integer n and draws a Christmas hat with width of 4* n+ 1 columns and height of 2* n+ 5 rows, as in the examples below.