using System;
public class Program
{
public static void Main()
String empno= "EMP232";
String name= "Shuhaib";
string name= "colombo 15";
string Designation= "IT consultant";
int bs = 75000;
int hr = 6000;
int hw = 15;
int gw = hr*hw;
int all = bs *5/100
int loan = bs*8/100;
int gw = hr*hw
int all = bs * 5/100;
int loan= bs * 8/100;
int ns= (gw+all)-loan;
int bonus
if(bs>=6000)
bonus=bs*30/100
else if(bs>=30000)
bonus=bs*
Console.WriteLine("Hello World");
}