ANTON KADACH

Generation

class from descriptionTue, 17 Jan 2023

Класс запрос на изменение

public class Zadacha { public static int GetMaxNumber(int a, int b) { if (a > b) return a; else return b; } }

Questions about programming?Chat with your personal AI assistant