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; } }

Want to kickstart your project?Use the new AI Studio to create your code