"Calculate and Print: Simple Arithmetic Operations in C++"
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Aptitud para principiantes
- 35/100
Línea de trabajo
Crea arithmetic_operations.cpp en el repositorio. Empieza compilando y ejecutando el nuevo programa en C++ con dos números como entrada. Se considera completado cuando muestra los resultados de la suma, la resta, la multiplicación y la división, y después los cambios se confirman y se envían en un pull request.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Ready to level up your C++ skills? This beginner-friendly task will help you practice fundamental arithmetic operations in C++. Understanding these basics is crucial for any programmer, and this task is designed to make learning fun!
Task:
Your task is to create a C++ program that performs the following operations:
- Addition
- Subtraction
- Multiplication
- Division
Your program should take two numbers as input and display the results of each operation. For example, if the inputs are 5 and 3, your program should output:
Addition: 8
Subtraction: 2
Multiplication: 15
Division: 1.66667
Instructions:
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/KALIIOWORK/basic_c-_programs.git - Create a new C++ file named
arithmetic_operations.cpp. - Write a program that takes two numbers as input and performs addition, subtraction, multiplication, and division operations.
- Compile and run your program to ensure it works correctly.
- Commit your changes and push them to your forked repository.
- Open a pull request with your changes.
Note:
This task will strengthen your understanding of basic arithmetic operations in C++. Don't hesitate to experiment with different numbers and calculations. Happy coding! 🚀✨
- Lenguaje dominante
- C++
- Estrellas
- 0
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de KALIIOWORK/basic_c-_programs
-
good first issue hacktoberfest
Dificultad 2/5 1-3 horas Aptitud para principiantes 45/100
KALIIOWORK/basic_c-_programs#9 · 1 comentario ·
-
good first issue hacktoberfest
Dificultad 2/5 1-3 horas Aptitud para principiantes 45/100
KALIIOWORK/basic_c-_programs#8 · 1 comentario ·
-
good first issue hacktoberfest
Dificultad 1/5 1-3 horas Aptitud para principiantes 45/100
KALIIOWORK/basic_c-_programs#7 · 1 comentario ·
-
good first issue hacktoberfest
Dificultad 2/5 1-3 horas Aptitud para principiantes 38/100
Todos los issues de KALIIOWORK/basic_c-_programs
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
google/libultrahdr#485 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
godotengine/godot#123776 ·
-
bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 60/100
-
good first issue
Dificultad 1/5 Menos de una hora Aptitud para principiantes 90/100
-
good first issue
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
ros2/common_interfaces#344 ·