Kavitha Komgari
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Hi, If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total. Write a function called number2letters that returns the number of letters needed to write down the number
Hi, i have solved by writing first num2words and get a string. Then convert it to number of letters. Thank you for your answer...
Hi, If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total. Write a function called number2letters that returns the number of letters needed to write down the number
Hi, i have solved by writing first num2words and get a string. Then convert it to number of letters. Thank you for your answer...
6 years 前 | 0
提问
Write a function called circular_primes that finds the number of circular prime numbers smaller than n, where n is a positive integer scalar input argument. For example, the number, 197, is a circular prime because all rotations of its digits:
Hi,Please give me hints to develop this code.
6 years 前 | 1 个回答 | 0
1
个回答提问
Hi, If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total. Write a function called number2letters that returns the number of letters needed to write down the number
Hi, Really no idea how to start this question. PLease help.
6 years 前 | 2 个回答 | 0