subject

Скажіть як це робить у програмі Скретч(пжж): Початок Номер місяця Відповідь:1 або 3 або 5 або 7 або 8 або 10 або 12 Істина ( Говорити 31) Хибна Відп.: 4 або 6 або 9 або 11 Істина Говорити 30 Хибна Відповідь 2 Істинна(Говорити 28) Хибна-такого місяця немає Кінець Пжжж

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:50
Ais a picture icon that is a direct link to a file or folder
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
Which type of cloud computing offers easily accessible software and applications on the machines
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
7. design a circuit with three inputs (x, y, and z) representing the bits in a binary number, and three outputs (a, b, and c) also representing bits in a binary number. when the input is 1, 2, or 3, the binary output should be one lesser than the input. when the input is 4, 5, or 6, the binary output should be one greater than the input. when the input is 0, the output is 0, and when the input is 7, the output is 7. show your truth table, all computations for simplification, and the final circuit.
Answers: 2
You know the right answer?
Скажіть як це робить у програмі Скретч(пжж): Початок Номер місяця Відповідь:1 або 3 або 5 або 7 або...
Questions
question
History, 18.03.2022 07:40
question
Mathematics, 18.03.2022 07:40
question
Mathematics, 18.03.2022 07:40
Questions on the website: 13722362