code

Code VBA tự động thêm dấu nháy trước ngày sinh

Hướng dẫn sử dụng: Mở Excel và mở workbook bạn muốn thêm dấu ' vào. Nhấn ALT + F11 để mở trình soạn mã VBA. Chèn một Module mới bằng cách nhấp …

Tính tổng S(n) = 1/3 + 1/5 + … + 1/(2n + 1) trong Python

#buithanhhuan tong = 0 n = 0 print("Hãy nhập vào số n: ") n = int(input()) for i in range(1, n + 1):     tong += 1 / (2 * i + 1) print(&q…

Bài tập Class trong C++

#include <iostream> #include <iomanip> #include <conio.h>  using namespace std; class SINHVIEN { protected: char masv[10], hote…

Quản lý nhân sự, Hướng đối tượng C++

# include <iostream>  # include <fstream> # include <iomanip> using namespace std; class NHANSU { protected:     char mans[10];  …

Quản lý sinh viên C++

# include <iostream>  # include <fstream> # include <iomanip> using namespace std; class SINHVIEN { protected:     char masv[10];…

Tìm số lớn nhất trong dãy C++

#include<iostream> using namespace std; int main() { int i, n, n1; int max = 0; do { cout<<"nhap so n: "; cin>>n; …

Bài tập HTML/CSS cơ bản: Trang chủ website nhà trường

HTML: <!DOCTYPE html> <html lang="en"> <head>     <title>Website Trường THCS xã Nậm Cần</title>     <met…
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.