Skip to content

C++ application that prints out numbers in several orders by different algorithms

Notifications You must be signed in to change notification settings

ajadamsky/Printing-out-different-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printing out different numbers

6

A simple application written in C++ for university project

Program that by applying several algorithms prints out the following:

  • 10 first numbers
  • even numbers from 1 to 20
  • odd numbers from 1 to 20
  • every 3rd number number from 1 to 50
  • every 4th number in reverse order
  • prime numbers from 1 to 100

About

C++ application that prints out numbers in several orders by different algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published