💻Visual📡Time📸
7 subscribers
1.67K photos
199 videos
1.85K files
830 links
Наше от нас не уйдет. То что ушло было не наше...!
Download Telegram
Forwarded from J.К.A @_ OLYMPUS.
DSC_5362.JPG
253.5 KB
Baxriddinov Abdulaziz.doc
303 KB
JSHR 32210912170053
Yetinmeyi Bilir Misin
Sezen Aksu
Courage to Change
Sia
Music
Sia
Saved My Life
Sia
Forwarded from Davron Pirmatov
Danware_NetOp_School_Teacher_v6.rar
39 MB
2021 86-maktab dars jadvali.xlsx
83.8 KB
1-15.doc
24.8 MB
FFSetup5.8.0.0.exe
99.3 MB
Monolog
Radius-21
Radius 21 - Monolog
@Radius21_Offical Kanali Uchun Maxsus.
Dubay
Radius21
Radius21 - Dubay (Music Version)

😢Radius21ni HOTIRLAB!


https://t.me/joinchat/AAAAAElWkE1dWsq9cK5yFQ
Forwarded from 💻Visual📡Time📸 (Abdulaziz Baxriddinov Rashid o'g'li)
class MyCalculator {


public int sum(int x,int y){
return x+y;
}
public int subtract(int x,int y){
return x-y;
}
public int multiply(int x,int y){
return x*y;
}
public int divid(int x,int y){
return x/y;
}
}
Forwarded from 💻Visual📡Time📸 (Abdulaziz Baxriddinov Rashid o'g'li)
public class MyCalculator {

int input1 = 10;
int input2 = 20;
int input3 = 30;
int input4 = 40;
int input5 = 50;
public float average() {
int average = ((input1 + input2 +input3 + input4 + input5) /5);
return average;
}
}
Forwarded from 💻Visual📡Time📸 (Abdulaziz Baxriddinov Rashid o'g'li)
Full Stake
Lab 1
Stiyle.css
/* add your CSS here */
body {
padding: 20px;
}
#container{
border : 2px solid grey;
padding: 20px;
}
img {
width: 300px;
}
.animal-info {
font-style: italic ;
border : 2px solid grey;
padding: 1px;
}
li {
list-style: none;
}
span { font-weight:bold; }