codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

FindAreaOfASquare.c #4317

Closed Idanos99 closed 1 year ago

Idanos99 commented 1 year ago

Description

#include <stdio.h>

float edge;

int main(void){
    printf("Enter the square edge:\n");
    scanf("%f", &edge);

    printf("The area of the square is: %f\n", edge*edge);

    return 0;
}
codinasion-bot[bot] commented 1 year ago

👋🏻 Hey @Idanos99

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.

ShivamK2002 commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Hey @ShivamK2002, !assign command is only for good first issue !!!

Please choose another issue.

Thanks for your interest in contributing to this project.

harshraj8843 commented 1 year ago

Hey @Idanos99

Please create a pull request for codinasion/codinasion#359

You can comment !assign on codinasion/codinasion#359, to be auto-assigned

Thanks for contributing 🤗