Wednesday, April 22, 2020

Augusta Technical College Student Services Spring Semester Survey

We have been at our homes for a month; some of you started as online students and some of of you have had the challenge of becoming online students mid-semester. This survey is a check up on how you are doing in your classes and at your home. The end of the survey allows you to share your contact information if you would like some assistance from the College. We want to continue to support you at this time. Please let us know how we can be of assistance. Augusta Technical College Student Services
Spring Semester Survey

Monday, March 23, 2020

CIST1305 Week12 Lecture CH11

If you did not get an invite to tomorrows lecture here is a copy:
Meeting Information
Meeting link:
https://augustatech.webex.com/augustatech/j.php?MTID=m3dce54900f0229210bed7a546ad45956
Meeting number:
794 887 838
Password:
rBFFCK8ux38
Host key:
107825
More ways to join
Join by video system
Dial 794887838@augustatech.webex.com
You can also dial 173.243.2.68 and enter your meeting number.
Join by phone
+1-408-418-9388 United States Toll
Access code: 794 887 838

Helpful Email Addresses

Need help? Even though we aren’t on campus, we are working remotely to serve our college community. Email us to let us know how we can help:
Academic Advising/Navigation: advisingcenter@augustatech.edu
Admissions Office: admission@augustatech.edu
Financial Aid: finaid@augustatech.edu
Student Accounts: stu.accounts@augustatech.edu
Testing Services: testingcenter@augustatech.edu
You can also locate answers to many general questions on our Student Resources webpage, at https://www.augustatech.edu/student-resources/student-resources.cms.

Thursday, January 30, 2020

Tuesday, January 14, 2020

CH1EX3 C# Example

using System;

class MainClass {
  static void Main() {
    int myInput=0;
    Console.WriteLine("Enter a number: ");
    myInput = Convert.ToInt32(Console.ReadLine());
    Console.WriteLine(myInput*10);
 
  }
}
Here is the emulator at repl.it

CH1Ex3 Javascript

Click Here for the html