Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
77% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags
Member Avatar for fliponymous

hello everyone i have wrote a code but i have problem compiling it ( making it run ) it's running but there are no any text's that i'm typing in Writeline here's the code! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication5 { class Program { …

Member Avatar for castajiz_2
1
129
Member Avatar for Curious Gorge

I was thinking about a question I asked last week that someone answered very well. The person said that no program can interface with the hardware in the same was as the OS. That statement prompted another question and what better place to ask it than here, right? Well how …

Member Avatar for Curious Gorge
0
245
Member Avatar for mirchi mirchi

tell me a different program in which function,array,loops and structure are used? i present it on tuesday

Member Avatar for mirchi mirchi
0
114
Member Avatar for fliponymous

Hello guys. I've seen another thread with this name but it was in C i'm interested to do it in C# okay the program how I can add the digits of a number. Could you give me an idea? **I have source, but i need another source with the same …

Member Avatar for ddanbe
0
374
Member Avatar for kim2_0016
Member Avatar for fliponymous
0
542
Member Avatar for Urgent
Member Avatar for saher007

1.Create a program to accept entry for three students a.name b.age. c.gender(male/female) d.roll number e.marks in maths, science and language --->check if the average of the marks of all the students and print them. --->check the highest average marks out of all the three students and print the student who …

Member Avatar for fliponymous
-1
241
Member Avatar for fliponymous

Hello everyone I want to edit this source ------------------------------------------------------------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace G18_20140215 { class Program { static void Main(string[] args) { Console.WriteLine("Hello G_18"); Test("Hello User"); Test("Hello User1"); Sum(2, 3); Console.ReadKey(); } static void Test(string s) { Console.WriteLine(s); } static void Sum(int …

Member Avatar for cgeier
0
100