Course Content
Introduction
0/1
Engineering Graphics
About Lesson

Let [math]f(x) = x^3 – 3x^2 + 4[/math]. What is the value of [math]f'(2)[/math]?

[code]int a = 5; std::cout << ++a;[/code]

[code]int a = 5; std::cout << ++a;[/code]