using System;
public class Program
{
public static void Main()
int j = 0;
int x = 0;
int g = 0;
int h = 0;
while (true){
Console.WriteLine("כמה עולה הטלוויזיה?");
int price = Int32.Parse(Console.ReadLine());
Console.WriteLine("מה גודל הטלוויזיה?");
int size = Int32.Parse(Console.ReadLine());
if (size == 75){
h++;
}
if (h == 8){
break;
if (size > 50 & price < 4000){
j++;
if (size == 42){
x += price;
g++;