Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace ForLesson15
- {
- class Program
- {
- static void Main(string[] args)
- {
- }
- public static int multiply(int a , string b)
- {
- int b_b = 0;
- Int32.TryParse(b, out b_b);
- return a * b_b;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment