User:Xkrouhn: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{clarified-review}}{{task}}
{{clarified-review}}{{Convert a decimal number to fraction}}
Program to convert a decimal to fraction number.
Program to convert a decimal to fraction number.


Line 15: Line 15:


;Task Description
;Task Description
# Write a function/routine/method/... that will check whether a given positive integer is self-describing.
# Write a function to convert a decimal number to fraction.
# As an optional stretch goal - generate and display the set of self-describing numbers.