Feeds
提问
Roman numeral conversion problem
I'm writing a program that converts between Roman numerals and Arabic ones. I get an error when trying to convert 'C' to 100. ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Bell Triangle function problem:
Hello, I am having trouble writing a program that displays the Bell Triangle to the 'n'th row, but I run into a problem when I w...
10 years 前 | 1 个回答 | 0
1
个回答提问
Elements of a matrix that are greater than sum of their two indices problem
I am having trouble solving the following problem. Prompt: Write a function called large_elements that takes as input an arra...
10 years 前 | 3 个回答 | 0
3
个回答提问
If-statement assignment problem
Prompt: Write a function called movies that takes the starting times of two movies, hr1, hr2, min1, min2, and their durations, ...
10 years 前 | 1 个回答 | 0
