Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
integers
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { class Program { static void WorkingWithIntegers() { int a = 2; int b = 12; int c = a/b; if (a+b < 10); Console.WriteLine("the answer is greater than 10"); Console.WriteLine(c); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Adding two arrays and print it out..the crude approach
Factorial using Recursion
Test02
Insertion Sort
asxsdf
Fibonacci Series
algo1
2.2 gz
jkb
1
Please log in to post a comment.