Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Convert String to integer in c#
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here string a = "12"; string b = "12"; int d = Int32.Parse(a); int e = Int32.Parse(b); int c = d*e; Console.WriteLine("Count of " +c); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
sdfghyjuki54efc sacd
reversearr
Find X numbers of 6 in row (dices)
lab6
asxdf
Калькулятор
K
Write a program to count the occurrence of each distinct item in the array?
codetility CyclicRotation
13
Please log in to post a comment.