Hacktoberfest-accepted-2022 icon indicating copy to clipboard operation
Hacktoberfest-accepted-2022 copied to clipboard

This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value t...

Results 100 Hacktoberfest-accepted-2022 issues
Sort by recently updated
recently updated
newest added

This is a format of an html webpage. For Hacktoberfest :)

This program finds the amount and C.I of a principal amount after 'n' years. For Hacktoberfest :)

#include #include using namespace std; int base10tobase2(int n){ int count=0, ans=0 ,rem ; while(n!=0){ rem=n%2; ans+=pow(10,count)*rem; count++; n/=2; } return ans; } int main(){ int n; coutn; cout

Calculates amount of calories needed using 3 different formulas taking into account age, height, weight, bodyfat and daily activity. Built using html, css and javascript.