Quote (MsRailgun @ Dec 17 2013 04:47pm)
I don't know much about C# syntax but seeing as no one has posted to help (or maybe they pm'd you?) - I can offer to help. I heard C#'s syntax is not that hard and they allow you to do things easier like Python.
I finish exams tomorrow so I'll be available from then on out. Lmk if you're interested? As for the cost - it's up to you. If you're only dealing with introductory courses as you've described and arrays and data structures - I think it'll be easy to explain.
Quote (KrzaQ2 @ Dec 17 2013 06:17pm)
It's impossible to tell the price without seeing the assignments first.
well i just finished class, and even though i can still turn in things till friday teacher just gave me the assignment credit because i understand the general idea.
BUT, i have another class, intro to object oriented programming, also C# that im having some trouble with.
Here's the assignment im working on now. I havent given up yet on it, but it is proving difficult. Trying to use a switch on it, but may end up trying to just use If statements.
------
Businesses sometimes give their telephone numbers using alphabetic characters instead of (or in addition to) numerals. Write a program that accepts a telephone number string that may contain alphabetic characters, and displays the corresponding number with only numerals. The numbers and letters are associated as follows on your telephone:
ABC: 2
DEF: 3
GHI: 4
JKL: 5
MNO: 6
PQRS: 7
TUV: 8
WXYZ: 9
Your program should allow formatting characters (the left and right parentheses and the hyphen) in the displayed numeric string. If the user enters other characters that are not on the telephone dial, your program should ignore those characters. Allow both upper- and lower-case alphabetic characters to be entered. Your program can accept a longer string, but should display only up to ten numbers in the result.
---
is something like this still considered very easy?
This post was edited by Hockeygod9911 on Dec 17 2013 07:41pm