Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
part 3
//gcc 5.4.0 #include <stdio.h> #include <math.h> int main() { int a; int b; int c; int d; int x; int total; scanf("%d",&a); scanf("%d",&b); scanf("%d",&c); scanf("%d",&d); scanf("%d",&x); total= (a)*(x*x*x)+ b*(x*x) + (c*x) + d; printf("f(x)= ax**3+bx**2+cx+d\n"); printf("f(x)= %d" , total); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
scanf and integer manipulation
ele 888 lab 1 part 1
B_141205_funciones
Project 3 part 2 Book v10.2
PI
recursive
Conditional logic.c
Spring 2017 Lab 4 v0.5
day 2
open(): No such file or directory
Please log in to post a comment.