using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication14 {public static class math { public static int big(int a, int b) { if (a > b) return a; else return b; } public static int pow(int a, int b) {int i=0,pow=1; for (i = 0; i < b; i++) pow = pow * a; return pow; } } class Program { static void Main(string[] args) { Console.WriteLine("Big is :"+math.big(100,102)); Console.WriteLine("Power is: "...
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.