using System;
public class Program
{
public static void Main()
int test;
int a=9;
int b=0;
if (a > 0){
Console.WriteLine("first is true");
}
else if (a/b > 0){
test=a/b;
Console.WriteLine("first was not true");
//string test="first";
//test="second";
//Console.WriteLine(test);