Community Profile

photo

Sysy Gdhhdys


Last seen: ungefär 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
write a matlab code that generate a random number, then divide the generated number by 4 if its even number and greater than 100.
clc;clear all; x=randi([100,1000]) ; disp(['the random number that is between 100 and 1000 is ( ' num2str(x) ')']) if x>5...

ungefär 2 år ago | 0