Im working wit a C compiler, ideone.com, my code is not working can someone
Im working wit a C compiler, ideone.com, my code is not working can someone help me to fix it? //C code //This program will calculate the perimeter of a square //with a positive Integer input by a user //Developer Hector Pantoja // Date: August 5,2017 #include <stdio.h> float Square_Side(floatvalue); int main(void) { /* variable definition: […]