daniel1
daniel1
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Printing the number of values ​​in the array whose value is different from the proposed one
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Write a program that performs the following tasks Print the average of the values ​​in the array
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
its for pepole in the vc with me
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Printing the designators of the array cells equal to the maximum number in the array
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Printing the number of appearances of the maximum number in the array
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Printing the minimum number and the maximum number in the array
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Write a program that performs the following tasks
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
exactly
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
my program only loops once and then its over i need an infinte loop that also gives answeres instantly insted of making it wait till the end of the loop
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
of students who are allowed to participate in the national competition
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
Write a program section that will receive the number of students who took the screening test. The program section will print the names of all the first students to participate in the national competition. The program section will also count and print the number
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
but i am very confused by the second part
41 replies
CC#
Created by daniel1 on 5/7/2023 in #help
❔ need help with school work
i got the first part done thenks to the help of a british guy
41 replies
CC#
Created by daniel1 on 2/27/2023 in #help
❔ i am trying to combine methods with public static void main and its faling horibly
thenk you for the help
18 replies
CC#
Created by daniel1 on 2/27/2023 in #help
❔ i am trying to combine methods with public static void main and its faling horibly
i guss i miscaculated
18 replies
CC#
Created by daniel1 on 2/27/2023 in #help
❔ i am trying to combine methods with public static void main and its faling horibly
otherwise whats the point in using bool
18 replies
CC#
Created by daniel1 on 2/27/2023 in #help
❔ i am trying to combine methods with public static void main and its faling horibly
i just thought i should be abele to use both of them in the same program
18 replies
CC#
Created by daniel1 on 2/27/2023 in #help
❔ i am trying to combine methods with public static void main and its faling horibly
sorry for the late response
18 replies
CC#
Created by daniel1 on 2/27/2023 in #help
❔ i am trying to combine methods with public static void main and its faling horibly
public class Program { public static bool check(int age) { if (age <= 18 && age >= 15) { return true; } else { return false; } } } public static void main(int age, int hours, int c = 0)
{ } }
18 replies