Зоо Магазин задача
Здравейте може ли да ми помогнете къде точно греша в дадения код
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Globalization;
namespace PetShop
{
class Program
{
static void Main(string[] args)
{
double one_box_fooddog = 2.50;
int otherdogfood = 4;
int number of dogs = int.Parse(Console.ReadLine());
int other animals = int.Parse(Console.ReadLine());
int sumofdogs=((number of dogs*2.50);
int sumofother(other animals*4);
Console.WriteLine(sumofdogs);
Console.WriteLine(sumofotherdogs);