Зміст курсу
C++ Introduction Video Course
C++ Introduction Video Course
Function Overloading Practice
Завдання
Swipe to start coding
- Make function overloading for
add
function to support various types:- Create an
add
function that takes float inputs and returns a float. - Create an
add
function that takes strings and returns a string.
- Create an
Рішення
solution
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 4
Function Overloading Practice
Завдання
Swipe to start coding
- Make function overloading for
add
function to support various types:- Create an
add
function that takes float inputs and returns a float. - Create an
add
function that takes strings and returns a string.
- Create an
Рішення
solution
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 4