Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Console.ex3 { class Program { static void Main(string[] args) { int n= 4561; Console.WriteLine(n); decimal a, b, c; double d1, d2 = 45.123, d3; Console.Writeline("d2 value is +d2"); string S1; bool b1 = true; Console.WriteLine(" b1"); string country = "india"; int …
The End.
sailaja reddy