public static void Main (string[] args) {
double income = double.Parse(Console.ReadLine());
double grade = double.Parse(Console.ReadLine());
if(income>610.00 || grade<=4.75){
Console.WriteLine ("You cannot get a scholarship!");
if(income<=610.00 && grade>4.75){
Console.WriteLine ("You can get a Social scholarship 45 BGN.");
Console.WriteLine ("You can get a scholarship for excelent results.");