Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 343 Bytes

codevita-2017

last slot 9am - 3.pm prime number problem

program to convert numbers into words (numtowords.cpp)

main program (code.cpp) 1.find prime numbers between two numbers 2.convert them to words 3.count the number of letters in words. 4.if the count is prime. 5.increase counter. 6.show counter.