Tuesday, November 19, 2019
Tuesday, November 5, 2019
MS Visual Studio 2017 Xamarin: How To on Android
public class Circle
{
private double radius;
public double Radius
{
get
{
return radius;
}
set
{
radius = value;
if (radius < 0)
radius = radius * -1;
}
}
public Circle(double radius)
{
this.Radius = radius;
}
public double getArea()
{
return Math.PI * radius * radius;
}
public double getCircumference()
{
return 2 * Math.PI * radius;
}
}
Tuesday, September 17, 2019
CH13 Ex7 Data File
Kurt Smith|88|99|66 Sherri Hopkins|75|65|95 Tim Bead|45|56|90 Janie Gray|87|88|67 Ken Smith|60|88|71 Randolph Jascico|76|30|68 Tyler Osendorf|67|88|76 Choo Ching|98|87|92
Thursday, June 13, 2019
Student Access Loan SAL
The Student Access Loan (SAL) Application for FY 2020 is scheduled to open on Thursday, June 13, 2019.
The application will be open while funds are available.
Please keep in mind, SAL applicants must have a 2019-2020 FASFA on record with GSFC in order to access the SAL application.
Selections will be done nightly and a list of your selected students will appear in SURFER in the SAL section.
The application, selection, certification, and loan approval process has not changed for last year.
Be advised: The FY 2020 SAL period will end June 12, 2020. That will be the last day for any SALs to be approved.
- This message brought to you by the Financial Aid Office
Student Access Loan SAL
The application will be open while funds are available.
Please keep in mind, SAL applicants must have a 2019-2020 FASFA on record with GSFC in order to access the SAL application.
Selections will be done nightly and a list of your selected students will appear in SURFER in the SAL section.
The application, selection, certification, and loan approval process has not changed for last year.
Be advised: The FY 2020 SAL period will end June 12, 2020. That will be the last day for any SALs to be approved.
- This message brought to you by the Financial Aid Office
Student Access Loan SAL
Subscribe to:
Posts (Atom)