Thread Rating:
  • 4 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SF Coders Official Group [Applications: OPEN!]
#82
What Can You Code:
PHP
C#
HTML

I'm primitive at C# and PHP

Favorite Coding Language:
PHP or C#

Will You Give Support To Fellow Coders:
Yes, of course Smile

How Many Hours Per Week Can You Be On:
20 Hours

Age:
14

Proof Of Your Coding Abilities:
Developing my C# calculator.. I have this so far, I'm trying to work around the if & else statements.

PHP Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace 
ConsoleApplication1
{
    class 
Program
    
{
        static 
void Main(string[] args)
        {
            
//Made By ChromeWolf <3
            
int number1;
            
int number2;
            
string test;
            
int answer;
            
Console.WriteLine("Type the first number");
            
number1 int.Parse(Console.ReadLine());
            
Console.WriteLine("Type the second number");
            
number2 int.Parse(Console.ReadLine());
            
Console.WriteLine("Put in the operation you want");
            
Console.WriteLine("Testing");
            
test = (Console.ReadLine());
            if (
test == '+') { answer number1 number2; };
            
Console.WriteLine("Press any key to find your answer");
            
Console.ReadLine();
            
Console.WriteLine(answer);
            
Console.ReadKey();
        }
    }

Reply


Messages In This Thread
RE: SF Coders Official Group [Applications: OPEN!] - by ChromeWolf - 10-05-2011, 03:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Read] Group Information for Applications Omniscient 74 37,504 01-18-2020, 04:03 AM
Last Post: rickhart
  New Group - Aces Peter L 40 10,649 10-09-2014, 10:25 AM
Last Post: xadamxk
  Emotional Helpers Official Group Recruitment BlackChaos 8 2,711 04-16-2014, 04:38 PM
Last Post: Callum
  Geek Squad Official Announcement Grin 11 3,580 11-05-2012, 03:57 PM
Last Post: Nickelodeon
  Emotional Helpers [Official Group] -Closed! Sam 260 151,689 05-06-2012, 12:12 AM
Last Post: DAMINK™

Forum Jump:


Users browsing this thread: 4 Guest(s)