Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab 6 #598

Open
wants to merge 4 commits into
base: Gube_Vladislav
Choose a base branch
from
Open

Lab 6 #598

wants to merge 4 commits into from

Conversation

uletel
Copy link

@uletel uletel commented Dec 22, 2024

No description provided.

Comment on lines +5 to +6
const a = 0.4
const b = 0.8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Параметры функций, должны быть переданы при вызове в Task_A и Task_B

@@ -0,0 +1,46 @@
package lab6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все поменять

Comment on lines +13 to +14
fmt.Println("Task A:\n", lab4.Task_A(3.2, 6.2, 0.6))
fmt.Println("Task B:\n", lab4.Task_B([]float64{4.48, 3.56, 2.78, 5.28, 3.21}))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Убрать внутрь лабы 4

)

type TV struct {
Channel int
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тут не хватает еще 2 полей

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants