30/09/2018, 16:44

Bài tập về C programming

Using C programming to write a program:
Given the sequence of integer, example : n=0591350942.
Find m that fulfills the following condition:
a) Delete these specific numbers such as 5 and 0, and then print out the results: m=913942
b)Replace these specific numbers such as 5 and 0 with * symbol, and then print out the results: m=913*942

... viết 18:57 ngày 30/09/2018

What do you want everyone to help you in this topic? Giving some code or explaining the way to resolve this problem…?

Thế Duy viết 18:52 ngày 30/09/2018

I want both code and explaining Please help me

Bài liên quan
0