Page not loading? Try clicking here.
Placeholder

#215

String 2 - Formative Assessment 7 1s - MB

Problems

Write a program that receives two strings as input, converts the portion at the beginning of each string that can be interpreted as an integer, and prints the product of the two numbers.

Each string has a length of at most 100 characters.


Example

123.45  67@12 
8241

Source

자기주도C언어프로그래밍

You must sign in to write code.